input_plugin: rename struct to "InputPlugin"

This commit is contained in:
Max Kellermann
2013-10-17 10:20:57 +02:00
parent 7c1cf61728
commit 24780d99e6
23 changed files with 31 additions and 32 deletions

View File

@@ -20,6 +20,6 @@
#ifndef MPD_INPUT_ARCHIVE_HXX
#define MPD_INPUT_ARCHIVE_HXX
extern const struct input_plugin input_plugin_archive;
extern const struct InputPlugin input_plugin_archive;
#endif