diff src/keyboard.h @ 29783:6ddcb068053d

(poll_for_input_1): Declare.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 13:22:16 +0000
parents b696009c6586
children 324e0b1b2ac1
line wrap: on
line diff
--- a/src/keyboard.h	Tue Jun 20 13:17:40 2000 +0000
+++ b/src/keyboard.h	Tue Jun 20 13:22:16 2000 +0000
@@ -331,3 +331,6 @@
 extern void timer_stop_idle P_ ((void));
 extern int lucid_event_type_list_p P_ ((Lisp_Object));
 extern void kbd_buffer_store_event P_ ((struct input_event *));
+#ifdef POLL_FOR_INPUT
+extern void poll_for_input_1 P_ ((void));
+#endif