From: Antoine Cellerier Date: Tue, 15 May 2007 15:09:40 +0000 (+0000) Subject: * vlc_stream.h: Don't export stream_ReadLine() twice. X-Git-Tag: 0.9.0-test0~7433 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f397fdb667be5a141a4bd79176648ee975f295ea;p=vlc * vlc_stream.h: Don't export stream_ReadLine() twice. --- diff --git a/include/vlc_stream.h b/include/vlc_stream.h index b89ec0c527..81f0f50c77 100644 --- a/include/vlc_stream.h +++ b/include/vlc_stream.h @@ -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 */