diff stream/stream.c @ 19808:5385740067a1

* remove extern definitions of functions in .c files * create new .h files where necessary todo: * go trough other files than mplayer.c * vf_menu_pause_update() * mp_input_register_options() * import_playtree_playlist_into_gui() * import_initial_playtree_into_gui() For more infos see http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-September/045683.html ( 20060902133225.2cc82aec.attila@kinali.ch on -dev-eng )
author attila
date Tue, 12 Sep 2006 16:24:23 +0000
parents bd821fd3e244
children 9ed557ae1383
line wrap: on
line diff
--- a/stream/stream.c	Tue Sep 12 15:55:15 2006 +0000
+++ b/stream/stream.c	Tue Sep 12 16:24:23 2006 +0000
@@ -31,8 +31,7 @@
 #include "m_option.h"
 #include "m_struct.h"
 
-
-void cache_uninit(stream_t *s); // defined in cache2.c
+#include "cache2.h"
 
 //#include "vcd_read_bincue.h"