From: Dave Love Date: Tue, 20 Jun 2000 13:22:16 +0000 (+0000) Subject: (poll_for_input_1): Declare. X-Git-Tag: emacs-pretest-21.0.90~3203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d494ad02a2b46feb779484718cf20fb465770310;p=emacs.git (poll_for_input_1): Declare. --- 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)); 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