From 9d6194d6a45f2dc8ab163c116c2071d5a45635a5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 13 Mar 2003 00:07:29 +0000 Subject: [PATCH] Add prototype for create_menus. --- src/gtkutil.c | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.11.4.GIT