aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache2.h
diff options
context:
space:
mode:
authorGravatar Uoti Urpala <uau@glyph.nonexistent.invalid>2008-12-04 01:55:52 +0200
committerGravatar Uoti Urpala <uau@glyph.nonexistent.invalid>2008-12-04 01:55:52 +0200
commit8c144171bb80dd3d1f7161b97675e78cad00bc65 (patch)
tree7ad930ebc554ab68af1911f4dfd217cc18b86cce /stream/cache2.h
parent52ee93c1c64dfaa0afc881c38154b04c100cb617 (diff)
parent8c5889004f7ba9f6fcbca20a05a9301771348408 (diff)
Merge svn changes up to r28087
Conflicts: command.c libao2/ao_ivtv.c libao2/ao_v4l2.c libmpcodecs/dec_video.h libvo/aspect.h libvo/sub.c libvo/sub.h libvo/vo_directx.c libvo/vo_macosx.m libvo/vo_quartz.c mp_core.h mplayer.c mplayer.h osdep/getch2.h osdep/timer.h
Diffstat (limited to 'stream/cache2.h')
-rw-r--r--stream/cache2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cache2.h b/stream/cache2.h
index 4eb201e177..8403c05aff 100644
--- a/stream/cache2.h
+++ b/stream/cache2.h
@@ -3,7 +3,7 @@
#include "stream.h"
-extern void cache_uninit(stream_t *s);
+void cache_uninit(stream_t *s);
int cache_do_control(stream_t *stream, int cmd, void *arg);
#endif /* MPLAYER_CACHE2_H */