aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_ogg_common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/_ogg_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_ogg_common.h b/src/decoder/_ogg_common.h
index 7c9e7b630..d03bae301 100644
--- a/src/decoder/_ogg_common.h
+++ b/src/decoder/_ogg_common.h
@@ -26,6 +26,6 @@
typedef enum _ogg_stream_type { VORBIS, FLAC } ogg_stream_type;
-ogg_stream_type ogg_stream_type_detect(InputStream * inStream);
+ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream);
#endif /* _OGG_COMMON_H */