aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.h
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-05 14:00:55 +0300
committerEli Zaretskii2013-09-05 14:00:55 +0300
commite7873136dd8dbacbbebf534500355d29a07fed8e (patch)
treee84dbf7101c2a271a12da76d6f17a3c7767ad874 /src/menu.h
parent50a5f95ec5e610e8edbe09b03388c83684d87fd7 (diff)
downloademacs-e7873136dd8dbacbbebf534500355d29a07fed8e.tar.gz
emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.zip
Fixed C compilation problems.
Diffstat (limited to 'src/menu.h')
-rw-r--r--src/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.h b/src/menu.h
index c2dd376fcbb..cdc1838ff9f 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -51,6 +51,6 @@ extern Lisp_Object ns_menu_show (struct frame *, int, int, bool, bool,
51 Lisp_Object, const char **); 51 Lisp_Object, const char **);
52extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool, 52extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool,
53 Lisp_Object, const char **, Time); 53 Lisp_Object, const char **, Time);
54extern Lisp_Object tty_menu_show (FRAME_PTR, int, int, int, int, 54extern Lisp_Object tty_menu_show (struct frame *, int, int, int, int,
55 Lisp_Object, const char **); 55 Lisp_Object, const char **);
56#endif /* MENU_H */ 56#endif /* MENU_H */