]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
Move configuration defines to <vlc_plugin.h>
[vlc] / include / vlc_stream.h
index 61b172696ee7b6db22583af8d79b53a0c16f1017..c9298367b3249ea233e62262695d09bc450a28e4 100644 (file)
@@ -119,6 +119,7 @@ VLC_API int stream_vaControl( stream_t *s, int i_query, va_list args );
 VLC_API void stream_Delete( stream_t *s );
 VLC_API int stream_Control( stream_t *s, int i_query, ... );
 VLC_API block_t * stream_Block( stream_t *s, int i_size );
+VLC_API block_t * stream_BlockRemaining( stream_t *s, int i_max_size );
 VLC_API char * stream_ReadLine( stream_t * );
 
 /**