decoder_plugin: pass struct config_param to init() method

Preparing for per-plugin configuration sections in mpd.conf.
This commit is contained in:
Max Kellermann
2009-02-15 18:34:14 +01:00
parent 900784bb4e
commit dec5d48f80
9 changed files with 18 additions and 10 deletions

View File

@@ -32,6 +32,7 @@
#include "replay_gain.h"
#include "tag.h"
#include "audio_format.h"
#include "conf.h"
#include <stdbool.h>