summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-09 16:54:35 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:45 +0200
commit77fb7376e4c3f3f405711c1bacb96d8315f1d5e8 (patch)
tree068e84b7379e2865410b43dbc57077895f56d9aa /stream
parent62112dedb0a6c874289734b2a64d9ce93b8ae4f0 (diff)
downloadmpv-77fb7376e4c3f3f405711c1bacb96d8315f1d5e8.tar.bz2
mpv-77fb7376e4c3f3f405711c1bacb96d8315f1d5e8.tar.xz
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
Diffstat (limited to 'stream')
-rw-r--r--stream/cache2.h2
1 files changed, 2 insertions, 0 deletions
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);