X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/53a4a6fdcc52280765216ff019cf77b85ec48c18..fb93862c3c47914c79a8109e4b0ce9fc1b7ce726:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 284ae7a..46a6272 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -342,9 +342,8 @@ char *config_get_file(const char *name); struct passwd; -char *config_userconf(const char *home, const struct passwd *pw); -/* get the user's own private conffile, assuming their home dir is - * @home@ if not null and using @pw@ otherwise */ +char *config_userconf(void); +/* get the user's own private conffile */ char *config_usersysconf(const struct passwd *pw ); /* get the user's conffile in /etc */