X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/53a4a6fdcc52280765216ff019cf77b85ec48c18..5dba54ab01bce6ca8a6f1fd64b46cd304501b596:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index 284ae7a..0fbf0bb 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -342,10 +342,6 @@ 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_usersysconf(const struct passwd *pw ); /* get the user's conffile in /etc */ @@ -356,7 +352,7 @@ int config_verify(void); void config_free(struct config *c); -extern char *configfile; +extern char *configfile, *userconfigfile; extern int config_per_user; extern const struct uaudio *const *config_uaudio_apis;