changeset 3697:ade095d370fd

[gaim-migrate @ 3828] fix some compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 14 Oct 2002 17:43:50 +0000
parents ea4fa951aebc
children 507eb0a2c7b2
files src/ui.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui.h	Mon Oct 14 17:31:27 2002 +0000
+++ b/src/ui.h	Mon Oct 14 17:43:50 2002 +0000
@@ -512,6 +512,7 @@
 /* Fucnctions in util.c */
 extern GtkWidget *gaim_pixmap(char *, char *);
 extern GdkPixbuf *gaim_pixbuf(char *, char *);
+extern GtkWidget *gaim_new_item(GtkWidget *menu, const char *str);
 extern GtkWidget *gaim_new_item_with_pixmap(GtkWidget *, const char *, char **, GtkSignalFunc, gpointer, guint, guint, char *);
 extern GtkWidget *gaim_new_item_from_stock(GtkWidget *, const char *, const char *, GtkSignalFunc, gpointer, guint, guint, char *);
 extern GtkWidget *gaim_new_item_from_pixbuf(GtkWidget *, const char *, char *, GtkSignalFunc, gpointer, guint, guint, char *);