diff th_file.h @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents 29e44a58bc73
children caeb0a44ebdf
line wrap: on
line diff
--- a/th_file.h	Wed Dec 07 11:58:54 2022 +0200
+++ b/th_file.h	Wed Dec 07 12:14:39 2022 +0200
@@ -48,8 +48,8 @@
 char *  th_get_home_dir(void);
 char *  th_get_config_dir(const char *name);
 
-BOOL    th_stat_path(const char *path, th_stat_data *data);
-BOOL    th_mkdir_path(const char *path, const int mode);
+bool    th_stat_path(const char *path, th_stat_data *data);
+bool    th_mkdir_path(const char *path, const int mode);
 
 
 #ifdef __cplusplus