decoder_plugin: pass struct config_param to init() method
Preparing for per-plugin configuration sections in mpd.conf.
This commit is contained in:
@@ -90,7 +90,8 @@ static MDRIVER drv_mpd = {
|
||||
VC_VoiceRealVolume
|
||||
};
|
||||
|
||||
static bool mod_initMikMod(void)
|
||||
static bool
|
||||
mod_initMikMod(G_GNUC_UNUSED const struct config_param *param)
|
||||
{
|
||||
static char params[] = "";
|
||||
|
||||
|
Reference in New Issue
Block a user