X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fb93862c3c47914c79a8109e4b0ce9fc1b7ce726..5dba54ab01bce6ca8a6f1fd64b46cd304501b596:/lib/configuration.h?ds=sidebyside diff --git a/lib/configuration.h b/lib/configuration.h index 46a6272..0fbf0bb 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -342,9 +342,6 @@ char *config_get_file(const char *name); struct passwd; -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 */ @@ -355,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;