diff options
author | Max Kellermann <max@duempel.org> | 2014-01-28 11:22:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-28 11:33:15 +0100 |
commit | e0dc721324f34d8b3803dce64545871aec42e537 (patch) | |
tree | 5cc5177d022bf337e2dcc80ef1cc5a88f70d8fba /src/output/plugins/ShoutOutputPlugin.hxx | |
parent | 2f873edc9c61a55c7a524a48f16cb197cd08b37d (diff) |
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
Diffstat (limited to 'src/output/plugins/ShoutOutputPlugin.hxx')
-rw-r--r-- | src/output/plugins/ShoutOutputPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/ShoutOutputPlugin.hxx b/src/output/plugins/ShoutOutputPlugin.hxx index d437e0b0d..9f706fc3b 100644 --- a/src/output/plugins/ShoutOutputPlugin.hxx +++ b/src/output/plugins/ShoutOutputPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_SHOUT_OUTPUT_PLUGIN_HXX #define MPD_SHOUT_OUTPUT_PLUGIN_HXX -extern const struct audio_output_plugin shout_output_plugin; +extern const struct AudioOutputPlugin shout_output_plugin; #endif |