# HG changeset patch # User Gerd Moellmann # Date 963944416 0 # Node ID 5584f2db8500f6a2ee06c3a1beb75c4ce41d5946 # Parent 8b24b6f178569e1e9ba2e3086c5484abd562301b (show_help_echo, gen_help_event): Change prototypes. diff -r 8b24b6f17856 -r 5584f2db8500 src/keyboard.h --- a/src/keyboard.h Tue Jul 18 18:20:04 2000 +0000 +++ b/src/keyboard.h Tue Jul 18 18:20:16 2000 +0000 @@ -334,7 +334,8 @@ #ifdef POLL_FOR_INPUT extern void poll_for_input_1 P_ ((void)); #endif -extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, int)); +extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, + Lisp_Object, int)); extern int gen_help_event P_ ((struct input_event *, Lisp_Object, - Lisp_Object, Lisp_Object, int)); + Lisp_Object, Lisp_Object, Lisp_Object, int)); extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));