[MPlayer-cvslog] r28088 - in trunk: input/input.h loader/wrapper.h

reimar subversion at mplayerhq.hu
Thu Dec 4 16:07:15 CET 2008


Author: reimar
Date: Thu Dec  4 16:07:15 2008
New Revision: 28088

Log:
Re-add "extern"s incorrectly removed in r28085


Modified:
   trunk/input/input.h
   trunk/loader/wrapper.h

Modified: trunk/input/input.h
==============================================================================
--- trunk/input/input.h	(original)
+++ trunk/input/input.h	Thu Dec  4 16:07:15 2008
@@ -217,7 +217,7 @@ typedef int (*mp_cmd_func_t)(int fd,char
 typedef void (*mp_close_func_t)(int fd);
 
 // Set this to grab all incoming key codes
-int (*mp_input_key_cb)(int code);
+extern int (*mp_input_key_cb)(int code);
 // Should return 1 if the command was processed
 typedef int (*mp_input_cmd_filter)(mp_cmd_t* cmd, int paused, void* ctx);
 

Modified: trunk/loader/wrapper.h
==============================================================================
--- trunk/loader/wrapper.h	(original)
+++ trunk/loader/wrapper.h	Thu Dec  4 16:07:15 2008
@@ -11,7 +11,7 @@ typedef int (*wrapper_func_t)(void *stac
 
 extern wrapper_func_t report_entry, report_ret;
 
-void (*wrapper_target)(void);
+extern void (*wrapper_target)(void);
 
 int wrapper(void);
 int null_call(void);



More information about the MPlayer-cvslog mailing list