diff options
| author | Chong Yidong | 2008-08-04 17:14:16 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-04 17:14:16 +0000 |
| commit | faf257a1609acac6d1bfda8dfd12cdc2d096f542 (patch) | |
| tree | 1d9f1e4b0646cfc8074db7fd9ee221444aa6a1e0 /src | |
| parent | b537b75b0787c998517405c67d5c7aceb3ee958c (diff) | |
| download | emacs-faf257a1609acac6d1bfda8dfd12cdc2d096f542.tar.gz emacs-faf257a1609acac6d1bfda8dfd12cdc2d096f542.zip | |
(find_and_call_menu_selection): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h index c6da68e6c07..d2a66aadfef 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -773,7 +773,7 @@ extern void ns_release_autorelease_pool (); | |||
| 773 | extern void update_frame_tool_bar (FRAME_PTR f); | 773 | extern void update_frame_tool_bar (FRAME_PTR f); |
| 774 | extern void free_frame_tool_bar (FRAME_PTR f); | 774 | extern void free_frame_tool_bar (FRAME_PTR f); |
| 775 | extern void find_and_call_menu_selection (FRAME_PTR f, | 775 | extern void find_and_call_menu_selection (FRAME_PTR f, |
| 776 | EMACS_INT menu_bar_items_used, Lisp_Object vector, void *client_data); | 776 | int menu_bar_items_used, Lisp_Object vector, void *client_data); |
| 777 | extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f, | 777 | extern Lisp_Object find_and_return_menu_selection (FRAME_PTR f, |
| 778 | int keymaps, | 778 | int keymaps, |
| 779 | void *client_data); | 779 | void *client_data); |