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

(gen_help_event, kbd_buffer_store_help_event):

Add prototypes.
This commit is contained in:
Gerd Moellmann 2000-07-14 13:55:38 +00:00
parent 8dfd92c9a6
commit 35ff954adb

View file

@ -334,4 +334,7 @@ extern void kbd_buffer_store_event P_ ((struct input_event *));
#ifdef POLL_FOR_INPUT
extern void poll_for_input_1 P_ ((void));
#endif
extern void show_help_echo P_ ((Lisp_Object, int));
extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, int));
extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
Lisp_Object, Lisp_Object, int));
extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));