comparison th_file.h @ 684:a6e7a29ecd30

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2020 23:39:11 +0200
parents 3c9205d52376
children 4ca6a3b30fe8
comparison
equal deleted inserted replaced
683:d8738bfad0a8 684:a6e7a29ecd30
47 47
48 char * th_get_home_dir(void); 48 char * th_get_home_dir(void);
49 char * th_get_config_dir(const char *name); 49 char * th_get_config_dir(const char *name);
50 50
51 BOOL th_stat_path(const char *path, th_stat_data *data); 51 BOOL th_stat_path(const char *path, th_stat_data *data);
52 BOOL th_mkdir_path(const char *cpath, int mode); 52 BOOL th_mkdir_path(const char *path, const int mode);
53 53
54 54
55 #ifdef __cplusplus 55 #ifdef __cplusplus
56 } 56 }
57 #endif 57 #endif