stream.h: Add 2 prototypes instead of declaring them in cache2.c
commit0d091760781466c3cb6a3426daecadf8a696fa88
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Tue, 12 Aug 2008 09:49:37 +0000 (12 12:49 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Tue, 12 Aug 2008 09:49:37 +0000 (12 12:49 +0300)
treee1f19671d2b3baf7b0f575e49182143cd9ccc5ab
parent17d3e4b36d18f4a653f7c5f6ea2f15fcd3a2f069
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
stream/stream.h