diff src/ui.h @ 4892:dc6de8ad81ae

[gaim-migrate @ 5222] memleak fixes in all kinds of places. mainly in smiley themes. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 25 Mar 2003 06:37:45 +0000
parents 7433f6a3569e
children 8e55a4d362a3
line wrap: on
line diff
--- a/src/ui.h	Tue Mar 25 06:35:45 2003 +0000
+++ b/src/ui.h	Tue Mar 25 06:37:45 2003 +0000
@@ -332,7 +332,7 @@
 /* Functions in themes.c */
 extern void smiley_themeize(GtkWidget *);
 extern void smiley_theme_probe();
-extern struct smiley_theme *load_smiley_theme(const char *file, gboolean load);
+extern void load_smiley_theme(const char *file, gboolean load);
 extern GSList *get_proto_smileys(int protocol);
 
 /* Fucnctions in util.c */