OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin

This commit is contained in:
Max Kellermann
2014-01-28 11:22:27 +01:00
parent 2f873edc9c
commit e0dc721324
39 changed files with 53 additions and 50 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
#ifndef MPD_RECORDER_OUTPUT_PLUGIN_HXX
#define MPD_RECORDER_OUTPUT_PLUGIN_HXX
extern const struct audio_output_plugin recorder_output_plugin;
extern const struct AudioOutputPlugin recorder_output_plugin;
#endif