From 45904b63eff9336036d3df27622eb298cbc9f6f6 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 4 Dec 2008 15:07:15 +0000 Subject: Re-add "extern"s incorrectly removed in r28085 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28088 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.h b/input/input.h index 9f92e1f636..8cb1b9730e 100644 --- a/input/input.h +++ b/input/input.h @@ -217,7 +217,7 @@ typedef int (*mp_cmd_func_t)(int fd,char* dest,int size); 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); -- cgit v1.2.3