]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - string.h
Merge topic branch t/home into pu
[paraslash.git] / string.h
index d773600fbf0a0168584235a5098beabb110a3416..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);
-__must_check __malloc char *para_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);