aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>1998-04-14 12:33:47 +0000
committerAndreas Schwab <[email protected]>1998-04-14 12:33:47 +0000
commitec5d8db72d43e1c7a83954a84518f60229506950 (patch)
treee5353b66f37d17b9c91219c130702f36ffaec7c8 /src/keyboard.h
parentdfcf069d565c347abf3cb7cec80e6ed8432037ba (diff)
Add more prototypes.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 71247c9e95..6d6f4d4c09 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -292,7 +292,7 @@ extern Lisp_Object Vkeyboard_translate_table;
extern Lisp_Object map_prompt P_ ((Lisp_Object));
-extern int parse_menu_item ();
+extern int parse_menu_item P_ ((Lisp_Object, int, int));
extern void echo_now P_ ((void));
extern void init_kboard P_ ((KBOARD *));