From bf6ed643e01687ed21b3a21cb3f77a1042e22c15 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 13:47:48 +0200 Subject: InputPlugin: pass config_param reference --- src/InputPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InputPlugin.hxx') diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx index a5cf912da..a1eb16339 100644 --- a/src/InputPlugin.hxx +++ b/src/InputPlugin.hxx @@ -39,7 +39,7 @@ struct input_plugin { * @return true on success, false if the plugin should be * disabled */ - bool (*init)(const struct config_param *param, GError **error_r); + bool (*init)(const config_param ¶m, GError **error_r); /** * Global deinitialization. Called once before MPD shuts -- cgit v1.2.3