summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-25 22:19:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-25 22:19:32 +0000
commitbdf546c7c638781d33fd0e56e1a08da09ea3cd58 (patch)
tree65c5b93d8d150bcfda7e632cb82e6ff7e1260d14 /stream
parent5a2289137f43501281dba83fe98b5f67be63f9ef (diff)
downloadmpv-bdf546c7c638781d33fd0e56e1a08da09ea3cd58.tar.bz2
mpv-bdf546c7c638781d33fd0e56e1a08da09ea3cd58.tar.xz
Remove declarations of functions now already declared in stream.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/cache2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 00415ad9fe..7e42c6b60e 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -58,9 +58,6 @@ static void *ThreadProc(void *s);
#include "cache2.h"
extern int use_gui;
-int stream_fill_buffer(stream_t *s);
-int stream_seek_long(stream_t *s,off_t pos);
-
typedef struct {
// constats:
unsigned char *buffer; // base pointer of the alllocated buffer memory