aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 0474c0404b7..f6ac9a56b52 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -331,3 +331,6 @@ extern void timer_start_idle P_ ((void));
331extern void timer_stop_idle P_ ((void)); 331extern void timer_stop_idle P_ ((void));
332extern int lucid_event_type_list_p P_ ((Lisp_Object)); 332extern int lucid_event_type_list_p P_ ((Lisp_Object));
333extern void kbd_buffer_store_event P_ ((struct input_event *)); 333extern void kbd_buffer_store_event P_ ((struct input_event *));
334#ifdef POLL_FOR_INPUT
335extern void poll_for_input_1 P_ ((void));
336#endif