diff src/gtkutil.c @ 50112:50df9e41f1a3

Add prototype for create_menus.
author Andreas Schwab <schwab@suse.de>
date Thu, 13 Mar 2003 00:07:29 +0000
parents a9ff586d3d09
children d0142038feaa
line wrap: on
line diff
--- 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.