Added missing prototype.

Added missing prototype.
This commit is contained in:
Daniel Egger 2000-08-14 17:31:19 +00:00
parent 012eb01deb
commit 0bb72aa6c8
5 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-08-14 Daniel Egger <egger@suse.de>
* app/menus.c: Added missing tearoff_delete_cb prototype.
2000-08-10 Kevin Turner <acapnotic@users.sourceforge.net>
* tools/pdbgen/enumcode-py.pl:

View File

@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path,
static void tearoff_cmd_callback (GtkWidget *widget,
gpointer callback_data,
guint callback_action);
static gint tearoff_delete_cb (GtkWidget *widget,
GdkEvent *event,
gpointer data);
static void menus_debug_recurse_menu (GtkWidget *menu,
gint depth,

View File

@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path,
static void tearoff_cmd_callback (GtkWidget *widget,
gpointer callback_data,
guint callback_action);
static gint tearoff_delete_cb (GtkWidget *widget,
GdkEvent *event,
gpointer data);
static void menus_debug_recurse_menu (GtkWidget *menu,
gint depth,

View File

@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path,
static void tearoff_cmd_callback (GtkWidget *widget,
gpointer callback_data,
guint callback_action);
static gint tearoff_delete_cb (GtkWidget *widget,
GdkEvent *event,
gpointer data);
static void menus_debug_recurse_menu (GtkWidget *menu,
gint depth,

View File

@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path,
static void tearoff_cmd_callback (GtkWidget *widget,
gpointer callback_data,
guint callback_action);
static gint tearoff_delete_cb (GtkWidget *widget,
GdkEvent *event,
gpointer data);
static void menus_debug_recurse_menu (GtkWidget *menu,
gint depth,