comparison src/ui.h @ 7956:1b8261f374ea

[gaim-migrate @ 8631] This is the death of protocol numbers. There are probably now a few functions that should now go away, but i'll let our crack team of crazy patch writers figure out which ones they are. out-of-tree and unofficial prpl-writers, rejoice! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 29 Dec 2003 09:03:47 +0000
parents 3e268e113bf1
children fa6395637e2c
comparison
equal deleted inserted replaced
7955:119a22025818 7956:1b8261f374ea
155 155
156 /* Functions in themes.c */ 156 /* Functions in themes.c */
157 extern void smiley_themeize(GtkWidget *); 157 extern void smiley_themeize(GtkWidget *);
158 extern void smiley_theme_probe(); 158 extern void smiley_theme_probe();
159 extern void load_smiley_theme(const char *file, gboolean load); 159 extern void load_smiley_theme(const char *file, gboolean load);
160 extern GSList *get_proto_smileys(int protocol); 160 extern GSList *get_proto_smileys(const char *id);
161 161
162 #endif /* _UI_H_ */ 162 #endif /* _UI_H_ */