changeset 29783:6ddcb068053d

(poll_for_input_1): Declare.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 13:22:16 +0000
parents 718b60b51f2e
children e7d9947be23b
files src/keyboard.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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