From c5310c33f54603d623b76fa5eb4f19edeb25be77 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 27 Oct 2004 20:39:02 +0000 Subject: more config rewrite progress git-svn-id: https://svn.musicpd.org/mpd/branches/shank-rewrite-config@2360 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.h') 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 */ -- cgit v1.2.3