diff options
Diffstat (limited to 'src/OutputPlugin.hxx')
-rw-r--r-- | src/OutputPlugin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputPlugin.hxx b/src/OutputPlugin.hxx index 4e19ffcfb..5be476b68 100644 --- a/src/OutputPlugin.hxx +++ b/src/OutputPlugin.hxx @@ -55,7 +55,7 @@ struct audio_output_plugin { * @return NULL on error, or an opaque pointer to the plugin's * data */ - struct audio_output *(*init)(const struct config_param *param, + struct audio_output *(*init)(const config_param ¶m, GError **error); /** @@ -168,7 +168,7 @@ ao_plugin_test_default_device(const struct audio_output_plugin *plugin) gcc_malloc struct audio_output * ao_plugin_init(const struct audio_output_plugin *plugin, - const struct config_param *param, + const config_param ¶m, GError **error); void |