summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-04 15:07:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-04 15:07:15 +0000
commit45904b63eff9336036d3df27622eb298cbc9f6f6 (patch)
tree2c9839bab4da6153a09d0cbcefdd63585a9b4030 /input
parent8c5889004f7ba9f6fcbca20a05a9301771348408 (diff)
downloadmpv-45904b63eff9336036d3df27622eb298cbc9f6f6.tar.bz2
mpv-45904b63eff9336036d3df27622eb298cbc9f6f6.tar.xz
Re-add "extern"s incorrectly removed in r28085
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28088 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.h2
1 files changed, 1 insertions, 1 deletions
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);