comparison src/gaim.h @ 7080:fc9c74cfb306

[gaim-migrate @ 7645] Removed show_set_dir() and replaced show_find_email() in oscar. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:41:02 +0000
parents 71e0da45abe6
children 73da9c3ad9ac
comparison
equal deleted inserted replaced
7079:5a45833dd253 7080:fc9c74cfb306
35 extern GSList *message_queue; 35 extern GSList *message_queue;
36 extern GSList *unread_message_queue; 36 extern GSList *unread_message_queue;
37 extern GSList *away_time_queue; 37 extern GSList *away_time_queue;
38 38
39 /* Functions in dialogs.c */ 39 /* Functions in dialogs.c */
40 extern void show_set_dir(GaimConnection *);
41 extern void show_find_email(GaimConnection *);
42 extern void show_find_info(GaimConnection *); 40 extern void show_find_info(GaimConnection *);
43 extern void show_confirm_del(GaimBuddy *); 41 extern void show_confirm_del(GaimBuddy *);
44 extern void show_confirm_del_group(GaimGroup *); 42 extern void show_confirm_del_group(GaimGroup *);
45 extern void show_confirm_del_blist_chat(GaimBlistChat *); 43 extern void show_confirm_del_blist_chat(GaimBlistChat *);
46 extern void show_confirm_del_contact(GaimContact *); 44 extern void show_confirm_del_contact(GaimContact *);