1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-29 17:53:57 -07:00

(poll_for_input_1): Declare.

This commit is contained in:
Dave Love 2000-06-20 13:22:16 +00:00
parent 0d624dd4c4
commit d494ad02a2

View file

@ -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