diff options
Diffstat (limited to 'src/input/RewindInputPlugin.hxx')
-rw-r--r-- | src/input/RewindInputPlugin.hxx | 6 |
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 |