From 0d091760781466c3cb6a3426daecadf8a696fa88 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 12 Aug 2008 12:49:37 +0300 Subject: stream.h: Add 2 prototypes instead of declaring them in cache2.c Declare stream_fill_buffer() and stream_seek_long() always (before they were only declared if cache was disabled and those were used instead of cached versions). Remove the now redundant declarations in cache2.c. --- stream/cache2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream/cache2.c') diff --git a/stream/cache2.c b/stream/cache2.c index 366727302a..c90bf09e72 100644 --- a/stream/cache2.c +++ b/stream/cache2.c @@ -35,9 +35,6 @@ static void ThreadProc( void *s ); #include "stream.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 -- cgit v1.2.3