diff 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
line wrap: on
line diff
--- a/th_file.h	Fri Feb 12 00:16:49 2016 +0200
+++ b/th_file.h	Fri Feb 12 02:47:11 2016 +0200
@@ -35,7 +35,7 @@
 
 
 char *  th_get_home_dir();
-char *  th_get_config_dir();
+char *  th_get_config_dir(const char *name);
 
 BOOL    th_stat_path(const char *path, int *flags);
 BOOL    th_mkdir_path(const char *cpath, int mode);