aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-27 20:39:02 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-27 20:39:02 +0000
commitc5310c33f54603d623b76fa5eb4f19edeb25be77 (patch)
treec0cc373fabc2f8c327d245f020e47f1086d6ef0e /src/conf.h
parent1ffe05cc3798c12cc4c42e3f3de6fd0a2466eb69 (diff)
downloadmpd-c5310c33f54603d623b76fa5eb4f19edeb25be77.tar.gz
mpd-c5310c33f54603d623b76fa5eb4f19edeb25be77.tar.xz
mpd-c5310c33f54603d623b76fa5eb4f19edeb25be77.zip
more config rewrite progress
git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2360 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h
index 9dbdc86d1..eba5e47da 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -71,7 +71,7 @@ typedef struct _ConfigParam {
void initConf();
-int readConf(char * file);
+void readConf(char * file);
/* don't free the returned value
set _last_ to NULL to get first entry */