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

@@ -219,7 +219,7 @@ input_despotify_tag(struct input_stream *is)
return tag;
}
const struct input_plugin input_plugin_despotify = {
const InputPlugin input_plugin_despotify = {
"spt",
nullptr,
nullptr,