diff options
Diffstat (limited to 'src/InputStream.cxx')
-rw-r--r-- | src/InputStream.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/InputStream.cxx b/src/InputStream.cxx index c079b4961..872d54fb7 100644 --- a/src/InputStream.cxx +++ b/src/InputStream.cxx @@ -182,7 +182,7 @@ input_stream_lock_seek(struct input_stream *is, goffset offset, int whence, return input_stream_seek(is, offset, whence, error_r); } -struct tag * +Tag * input_stream_tag(struct input_stream *is) { assert(is != NULL); @@ -192,7 +192,7 @@ input_stream_tag(struct input_stream *is) : NULL; } -struct tag * +Tag * input_stream_lock_tag(struct input_stream *is) { assert(is != NULL); |