diff 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
line wrap: on
line diff
--- a/th_file.h	Tue Jan 02 22:57:47 2018 +0200
+++ b/th_file.h	Tue Jan 02 23:09:29 2018 +0200
@@ -39,8 +39,8 @@
 char *  th_get_home_dir();
 char *  th_get_config_dir(const char *name);
 
-bool    th_stat_path(const char *path, int *flags);
-bool    th_mkdir_path(const char *cpath, int mode);
+BOOL    th_stat_path(const char *path, int *flags);
+BOOL    th_mkdir_path(const char *cpath, int mode);
 
 
 #ifdef __cplusplus