From d357f585426d31b2b7e8efd3b92163b7b4f3c3f6 Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Sat, 10 Jan 2009 21:33:38 +0100 Subject: removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mixer (passing parameters) --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index ad7500225..a50273e6e 100644 --- a/src/conf.h +++ b/src/conf.h @@ -20,6 +20,7 @@ #define MPD_CONF_H #include +#include #define CONF_MUSIC_DIR "music_directory" #define CONF_PLAYLIST_DIR "playlist_directory" @@ -105,6 +106,8 @@ int getBoolBlockParam(ConfigParam *param, const char *name, int force); ConfigParam *newConfigParam(const char *value, int line); +void config_param_free(gpointer data, gpointer user_data); + void addBlockParam(ConfigParam * param, const char *name, const char *value, int line); #endif -- cgit v1.2.3