comparison th_file.h @ 740:caeb0a44ebdf

Change th_get_config_dir() API.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Dec 2022 01:31:51 +0200
parents 31bc1ed07cf5
children 0852bd106034
comparison
equal deleted inserted replaced
739:32dab9b6058a 740:caeb0a44ebdf
44 uint64_t atime, mtime, ctime; 44 uint64_t atime, mtime, ctime;
45 } th_stat_data; 45 } th_stat_data;
46 46
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(void);
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 *path, const int mode); 52 bool th_mkdir_path(const char *path, const int mode);
53 53
54 54