aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/RewindInputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 10:20:57 +0200
commit24780d99e61af44141e8f0d0d0776a1c994e6770 (patch)
tree23cc5597c41d9031eb74892ef7d7c0e5eceb05fd /src/input/RewindInputPlugin.cxx
parent7c1cf617282c591dff85df164c178198a0ce7738 (diff)
downloadmpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.gz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.xz
mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.zip
input_plugin: rename struct to "InputPlugin"
Diffstat (limited to '')
-rw-r--r--src/input/RewindInputPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx
index a49cf7663..2088d8eea 100644
--- a/src/input/RewindInputPlugin.cxx
+++ b/src/input/RewindInputPlugin.cxx
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdio.h>
-extern const struct input_plugin rewind_input_plugin;
+extern const InputPlugin rewind_input_plugin;
struct RewindInputStream {
struct input_stream base;
@@ -221,7 +221,7 @@ input_rewind_seek(struct input_stream *is, goffset offset, int whence,
}
}
-const struct input_plugin rewind_input_plugin = {
+const InputPlugin rewind_input_plugin = {
nullptr,
nullptr,
nullptr,