aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-07-14 13:55:38 +0000
committerGerd Moellmann <[email protected]>2000-07-14 13:55:38 +0000
commit35ff954adbee79c75bfced64d71c004a2eb36350 (patch)
tree12b24907eff4d174a363ffa44a3912149873905a /src/keyboard.h
parent8dfd92c9a616f3c0184e764dac3985301ad7836c (diff)
(gen_help_event, kbd_buffer_store_help_event):
Add prototypes.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 62acb3409d..0da99d25e8 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -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));