Commit f397fdb6 authored by Antoine Cellerier's avatar Antoine Cellerier

* vlc_stream.h: Don't export stream_ReadLine() twice.

parent 47b2e56e
......@@ -102,8 +102,6 @@ static inline int stream_Seek( stream_t *s, int64_t i_pos )
return stream_Control( s, STREAM_SET_POSITION, i_pos );
}
VLC_EXPORT( char *, stream_ReadLine, ( stream_t * ) );
/**
* Create a special stream and a demuxer, this allows chaining demuxers
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment