diff 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
line wrap: on
line diff
--- a/th_file.h	Wed Dec 14 01:31:25 2022 +0200
+++ b/th_file.h	Wed Dec 14 01:31:51 2022 +0200
@@ -46,7 +46,7 @@
 
 
 char *  th_get_home_dir(void);
-char *  th_get_config_dir(const char *name);
+char *  th_get_config_dir(void);
 
 bool    th_stat_path(const char *path, th_stat_data *data);
 bool    th_mkdir_path(const char *path, const int mode);