aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/RewindInputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/input/RewindInputPlugin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/RewindInputPlugin.hxx b/src/input/RewindInputPlugin.hxx
index cf21e92f1..2d461970a 100644
--- a/src/input/RewindInputPlugin.hxx
+++ b/src/input/RewindInputPlugin.hxx
@@ -29,9 +29,9 @@
#include "check.h"
-struct input_stream;
+struct InputStream;
-struct input_stream *
-input_rewind_open(struct input_stream *is);
+InputStream *
+input_rewind_open(InputStream *is);
#endif