From: Andreas Schwab Date: Thu, 13 Mar 2003 00:07:29 +0000 (+0000) Subject: Add prototype for create_menus. X-Git-Tag: ttn-vms-21-2-B4~10920 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d6194d6a45f2dc8ab163c116c2071d5a45635a5;p=emacs.git Add prototype for create_menus. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index d733a476654..cb7bb1d869a 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1344,6 +1344,10 @@ xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group) return w; } +static GtkWidget *create_menus P_ ((widget_value *, FRAME_PTR, GCallback, + GCallback, GCallback, int, int, int, + GtkWidget *, xg_menu_cb_data *, char *)); + /* Create a full menu tree specified by DATA. F is the frame the created menu belongs to. SELECT_CB is the callback to use when a menu item is selected.