comparison src/gaim.h @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents 7a34722b3164
children d93c6a1fadf2
comparison
equal deleted inserted replaced
6694:2d2f04c5c7d2 6695:0c5637b5462e
41 extern void show_change_passwd(GaimConnection *); 41 extern void show_change_passwd(GaimConnection *);
42 extern void show_set_dir(GaimConnection *); 42 extern void show_set_dir(GaimConnection *);
43 extern void show_find_email(GaimConnection *); 43 extern void show_find_email(GaimConnection *);
44 extern void show_find_info(GaimConnection *); 44 extern void show_find_info(GaimConnection *);
45 extern void show_set_info(GaimConnection *); 45 extern void show_set_info(GaimConnection *);
46 extern void show_confirm_del(struct buddy *); 46 extern void show_confirm_del(GaimBuddy *);
47 extern void show_confirm_del_group(struct group *); 47 extern void show_confirm_del_group(GaimGroup *);
48 extern void show_confirm_del_chat(struct chat *); 48 extern void show_confirm_del_blist_chat(GaimBlistChat *);
49 49
50 /* Functions in gaimrc.c */ 50 /* Functions in gaimrc.c */
51 extern gint sort_awaymsg_list(gconstpointer, gconstpointer); 51 extern gint sort_awaymsg_list(gconstpointer, gconstpointer);
52 52
53 /* Functions in idle.c */ 53 /* Functions in idle.c */