From 77fb7376e4c3f3f405711c1bacb96d8315f1d5e8 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 9 Sep 2010 16:54:35 +0000 Subject: cache: Move cache_fill_status extern declaration to cache2.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32120 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cache2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream') diff --git a/stream/cache2.h b/stream/cache2.h index 330558333e..2e6a4e0dbb 100644 --- a/stream/cache2.h +++ b/stream/cache2.h @@ -21,6 +21,8 @@ #include "stream.h" +extern int cache_fill_status; + void cache_uninit(stream_t *s); int cache_do_control(stream_t *stream, int cmd, void *arg); -- cgit v1.2.3