1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(kbd_buffer_events_waiting): Add prototype.

This commit is contained in:
Eli Zaretskii 2000-08-09 12:24:57 +00:00
parent eeabfe765e
commit 3f2ccb2106

View file

@ -340,3 +340,4 @@ extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
Lisp_Object, Lisp_Object, Lisp_Object, int));
extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));
extern int kbd_buffer_events_waiting P_ ((int));