comparison src/gaim.h @ 6179:16e384bb7fbf

[gaim-migrate @ 6664] Core/UI split the core initialization and shutdown. I think I got all the bugs worked out. It's looking nice and stable here, but if it causes CVS to go to hell for everyone.. er, try to fix it or let me know :) I don't have this in patch form. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 17 Jul 2003 10:35:43 +0000
parents 11bedb793a44
children 7a34722b3164
comparison
equal deleted inserted replaced
6178:06e28a7b72c3 6179:16e384bb7fbf
33 extern int opt_debug; 33 extern int opt_debug;
34 34
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
39 /* Functions in main.c */
40 extern void do_quit();
41 38
42 /* Functions in dialogs.c */ 39 /* Functions in dialogs.c */
43 extern void g_show_info_text(GaimConnection *, const char *, int, const char *, ...); 40 extern void g_show_info_text(GaimConnection *, const char *, int, const char *, ...);
44 extern void show_change_passwd(GaimConnection *); 41 extern void show_change_passwd(GaimConnection *);
45 extern void show_set_dir(GaimConnection *); 42 extern void show_set_dir(GaimConnection *);