From 4b00c62587dbe0ce131992dcd574ffe323cffa5c Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Fri, 18 Nov 2005 12:09:05 +0000 Subject: DJWLindenaar's fix race condition and some memory leaks patch git-svn-id: https://svn.musicpd.org/mpd/trunk@3681 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 375752b53..ce48e640f 100644 --- a/src/conf.h +++ b/src/conf.h @@ -73,6 +73,7 @@ typedef struct _ConfigParam { } ConfigParam; void initConf(); +void finishConf(); void readConf(char * file); -- cgit v1.2.3