# HG changeset patch # User reimar # Date 1267136372 0 # Node ID f73aca2453a3d263caadcf3a4c2413646c8fd98e # Parent d3bdd149294eda857b841fcbeddc2d9e04eed30a Remove declarations of functions now already declared in stream.h diff -r d3bdd149294e -r f73aca2453a3 stream/cache2.c --- a/stream/cache2.c Thu Feb 25 22:06:05 2010 +0000 +++ b/stream/cache2.c Thu Feb 25 22:19:32 2010 +0000 @@ -58,9 +58,6 @@ #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