changeset 30213:a6cb500e4bc6

(gen_help_event, kbd_buffer_store_help_event): Add prototypes.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 14 Jul 2000 13:55:38 +0000
parents f45d26144129
children 793f5a4e610b
files src/keyboard.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Fri Jul 14 13:55:25 2000 +0000
+++ b/src/keyboard.h	Fri Jul 14 13:55:38 2000 +0000
@@ -334,4 +334,7 @@
 #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));