aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/blockinput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h
index 6aa42649943..335b3b5b2d4 100644
--- a/src/blockinput.h
+++ b/src/blockinput.h
@@ -78,4 +78,5 @@ extern int interrupt_input_pending;
78#define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT 78#define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
79 79
80/* Defined in keyboard.c */ 80/* Defined in keyboard.c */
81extern void reinvoke_input_signal P_ ((void)); 81/* Don't use a prototype here; it causes trouble in some files. */
82extern void reinvoke_input_signal ();