]> git.sesse.net Git - vlc/commitdiff
* vlc_stream.h: Don't export stream_ReadLine() twice.
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 15 May 2007 15:09:40 +0000 (15:09 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 15 May 2007 15:09:40 +0000 (15:09 +0000)
include/vlc_stream.h

index b89ec0c527aa1a0ee2925674ad535a7905ec807e..81f0f50c772c2b9bc245893688e4a3c6bd693aec 100644 (file)
@@ -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
  */