From 8d7268b43e0751c002f1db661e364ed7d94578d1 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 18 Jul 2000 18:20:16 +0000 Subject: [PATCH] (show_help_echo, gen_help_event): Change prototypes. --- src/keyboard.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/keyboard.h b/src/keyboard.h index 0da99d25e80..fa9025d2b81 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -334,7 +334,8 @@ 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, 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)); -- 2.39.2