aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-27 23:07:24 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-27 23:07:24 +0000
commit3e6a8042cadb03776e153aa1d7acab42b70d0c23 (patch)
tree8e06438633bff94c7307f3df69e3b34e3e4a125b /src/conf.h
parent6237195faba7064df2496d410d9a615471b65807 (diff)
downloadmpd-3e6a8042cadb03776e153aa1d7acab42b70d0c23.tar.gz
mpd-3e6a8042cadb03776e153aa1d7acab42b70d0c23.tar.xz
mpd-3e6a8042cadb03776e153aa1d7acab42b70d0c23.zip
more config rewrite work, done with audioOutput* stuff
git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2365 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index e3e1fb7b9..5bdff584d 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -79,6 +79,8 @@ ConfigParam * getNextConfigParam(char * name, ConfigParam * last);
#define getConfigParam(name) getNextConfigParam(name, NULL);
+char * getConfigParamValue(char * name);
+
void registerConfigParam(char * name, int repeats, int block);
BlockParam * getBlockParam(ConfigParam * param, char * name);