diff options
author | Max Kellermann <max@duempel.org> | 2013-10-23 22:08:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-23 23:12:02 +0200 |
commit | 93deb844996120b6326345d6d87e803142dd1968 (patch) | |
tree | d6c00669efffad1b15fc45e03158d6838a7e5827 /src/input/RewindInputPlugin.hxx | |
parent | c4d4011c63808a64ca20a4b03fd455a83c23cc33 (diff) | |
download | mpd-93deb844996120b6326345d6d87e803142dd1968.tar.gz mpd-93deb844996120b6326345d6d87e803142dd1968.tar.xz mpd-93deb844996120b6326345d6d87e803142dd1968.zip |
input_stream: rename struct to InputStream
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 |