# HG changeset patch # User Andreas Schwab # Date 1047514049 0 # Node ID 50df9e41f1a342eaf69efc637305a44d1ceae4b4 # Parent 278842e99a00110dea1252bc580148f0631e5f4d Add prototype for create_menus. diff -r 278842e99a00 -r 50df9e41f1a3 src/gtkutil.c --- a/src/gtkutil.c Wed Mar 12 23:49:49 2003 +0000 +++ b/src/gtkutil.c Thu Mar 13 00:07:29 2003 +0000 @@ -1344,6 +1344,10 @@ 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.