]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.h
Merge topic branch t/home into pu
[paraslash.git] / string.h
index 7cb4ed13ff2d7bf17107dc05b292b288507967ab..c499b7c41680f35971b345f44fd2161f2c56f1fe 100644 (file)
--- a/string.h
+++ b/string.h
@@ -80,7 +80,7 @@ __printf_2_3 unsigned xasprintf(char **result, const char *fmt, ...);
 __must_check __malloc __printf_1_2 char *make_message(const char *fmt, ...);
 __must_check __malloc char *para_strcat(char *a, const char *b);
 __must_check __malloc char *para_logname(void);
-const char *get_homedir(void);
+const char *get_confdir(void);
 __malloc char *para_hostname(void);
 __printf_2_3 int para_printf(struct para_buffer *b, const char *fmt, ...);
 int para_atoi64(const char *str, int64_t *result);