chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disobedience/disobedience.h: Declare variables as `extern'.
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 46a6272ec8487eddded45e9b08e8cdaf4cc1f23f..0fbf0bba7b989d0dd3dd403998f2b83fab55e487 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-342,9
+342,6
@@
char *config_get_file(const char *name);
struct passwd;
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 */
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);
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;
extern int config_per_user;
extern const struct uaudio *const *config_uaudio_apis;