Add more prototypes.
[bpt/emacs.git] / src / blockinput.h
index a4bf325..6aa4264 100644 (file)
@@ -76,3 +76,6 @@ extern int interrupt_input_pending;
 
 #define TOTALLY_UNBLOCK_INPUT (interrupt_input_blocked = 0)
 #define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
+
+/* Defined in keyboard.c */
+extern void reinvoke_input_signal P_ ((void));