comparison th_file.h @ 457:85fa3d333556

Actually, revert the boolean changes .. meh.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 23:09:29 +0200
parents 347bfd3e017e
children 7fca448847a3
comparison
equal deleted inserted replaced
456:1bf886fa9db5 457:85fa3d333556
37 37
38 38
39 char * th_get_home_dir(); 39 char * th_get_home_dir();
40 char * th_get_config_dir(const char *name); 40 char * th_get_config_dir(const char *name);
41 41
42 bool th_stat_path(const char *path, int *flags); 42 BOOL th_stat_path(const char *path, int *flags);
43 bool th_mkdir_path(const char *cpath, int mode); 43 BOOL th_mkdir_path(const char *cpath, int mode);
44 44
45 45
46 #ifdef __cplusplus 46 #ifdef __cplusplus
47 } 47 }
48 #endif 48 #endif