input_stream: removed the InputStream typedef
Everybody should use struct input_stream.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user