From 840a77bd065b5bfbe3a7abf8a9fabf47226ac24f Mon Sep 17 00:00:00 2001 From: attila Date: Tue, 12 Sep 2006 16:24:23 +0000 Subject: * 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 ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19814 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'osdep') diff --git a/osdep/getch2.h b/osdep/getch2.h index 75bf463cc1..66ace32da0 100644 --- a/osdep/getch2.h +++ b/osdep/getch2.h @@ -21,3 +21,6 @@ extern void getch2_disable(void); /* Read a character or a special key code (see keycodes.h) */ extern int getch2(int halfdelay_time); +#ifdef __MINGW32__ +extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size); +#endif -- cgit v1.2.3