libs compiles

This commit is contained in:
Ondřej Novák 2025-01-25 21:15:16 +01:00
parent 1b0f7fe0c2
commit a7278bac40
121 changed files with 1528 additions and 1731 deletions

View file

@ -21,7 +21,7 @@ int str_count(TSTR_LIST p);
void release_list(TSTR_LIST list);
TSTR_LIST sort_list(TSTR_LIST list,int direction);
TSTR_LIST read_directory(const char *mask,int view_type,int attrs);
void name_conv(const char *c);
//void name_conv(const char *c);
void strlist_cat(TSTR_LIST *org, TSTR_LIST add);
void pl_add_data(PTRMAP **p,void *data,int datasize);
@ -32,4 +32,4 @@ void pl_delete_all(PTRMAP **p);
int load_string_list(TSTR_LIST *list,const char *filename);
#endif
#endif