comparison th_file.h @ 207:75dbac8f2f59

Actually make th_get_config_dir() work.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 02:47:11 +0200
parents e6a278f140c4
children 1b3472ba7b23
comparison
equal deleted inserted replaced
206:c2193323736d 207:75dbac8f2f59
33 TH_IS_READABLE = 0x0004, 33 TH_IS_READABLE = 0x0004,
34 }; 34 };
35 35
36 36
37 char * th_get_home_dir(); 37 char * th_get_home_dir();
38 char * th_get_config_dir(); 38 char * th_get_config_dir(const char *name);
39 39
40 BOOL th_stat_path(const char *path, int *flags); 40 BOOL th_stat_path(const char *path, int *flags);
41 BOOL th_mkdir_path(const char *cpath, int mode); 41 BOOL th_mkdir_path(const char *cpath, int mode);
42 42
43 43