summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 9d53667e8b..8ed624f7a2 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -251,6 +251,7 @@ inline static int stream_skip(stream_t *s,off_t len){
}
void stream_reset(stream_t *s);
+int stream_control(stream_t *s, int cmd, void *arg);
stream_t* new_stream(int fd,int type);
void free_stream(stream_t *s);
stream_t* new_memory_stream(unsigned char* data,int len);