From dec5d48f80428575c7a1b9eeba961b0055156500 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 15 Feb 2009 18:34:14 +0100 Subject: decoder_plugin: pass struct config_param to init() method Preparing for per-plugin configuration sections in mpd.conf. --- src/decoder_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index caa61dcf..1005b549 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -32,6 +32,7 @@ #include "replay_gain.h" #include "tag.h" #include "audio_format.h" +#include "conf.h" #include -- cgit v1.2.3