diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-09-05 14:00:55 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-09-05 14:00:55 +0300 |
commit | e7873136dd8dbacbbebf534500355d29a07fed8e (patch) | |
tree | e84dbf7101c2a271a12da76d6f17a3c7767ad874 /src/menu.h | |
parent | 50a5f95ec5e610e8edbe09b03388c83684d87fd7 (diff) | |
download | emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.tar.gz |
Fixed C compilation problems.
Diffstat (limited to 'src/menu.h')
-rw-r--r-- | src/menu.h | 2 |
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, Lisp_Object, const char **); extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool, Lisp_Object, const char **, Time); -extern Lisp_Object tty_menu_show (FRAME_PTR, int, int, int, int, +extern Lisp_Object tty_menu_show (struct frame *, int, int, int, int, Lisp_Object, const char **); #endif /* MENU_H */ |