# HG changeset patch # User Luke Schierer # Date 1034617430 0 # Node ID ade095d370fd3ffb01c387191a29808fdfbf10b8 # Parent ea4fa951aebc11f0910c16969766dcba4fbcf835 [gaim-migrate @ 3828] fix some compile warnings. committer: Tailor Script diff -r ea4fa951aebc -r ade095d370fd src/ui.h --- 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 *);