| 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 */ |