From 21b8590b53699f92802cb95121e910033cbd4f11 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 19:54:57 +0100 Subject: input_stream: removed the InputStream typedef Everybody should use struct input_stream. --- src/decoder/_ogg_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/_ogg_common.h') 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 */ -- cgit v1.2.3