aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-09-02 18:16:00 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-09-02 18:16:00 +0000
commit8810eafb82f5df4684af8ef94c8e98ef1677729f (patch)
tree66f750eb1124324fad117b31d9f46e1664461219 /src/conf.c
parentdf50ddf545c92692b108258f3e091533b26e3f94 (diff)
downloadmpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.tar.gz
mpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.tar.xz
mpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.zip
add configuration variables for shout stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@2099 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 473802200..7850c8881 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -37,7 +37,7 @@
#define CONF_COMMENT '#'
-#define CONF_NUMBER_OF_PARAMS 34
+#define CONF_NUMBER_OF_PARAMS 41
#define CONF_NUMBER_OF_PATHS 6
#define CONF_NUMBER_OF_REQUIRED 5
#define CONF_NUMBER_OF_ALLOW_CATS 1
@@ -130,7 +130,14 @@ char ** readConf(char * file) {
"http_proxy_port",
"http_proxy_user",
"http_proxy_password",
- "replaygain_preamp"
+ "replaygain_preamp",
+ "shout_host",
+ "shout_port",
+ "shout_password",
+ "shout_mount",
+ "shout_name",
+ "shout_user",
+ "shout_quality"
};
int conf_absolutePaths[CONF_NUMBER_OF_PATHS] = {