comparison src/gaim.h @ 5560:b7319c094153

[gaim-migrate @ 5961] It compiles now, but if you use it, you won't have any accounts. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 03:25:39 +0000
parents 7a64114641c3
children 9eb5b13fd412
comparison
equal deleted inserted replaced
5559:f8f1586e8bc3 5560:b7319c094153
196 extern int opt_away; 196 extern int opt_away;
197 extern char *opt_away_arg; 197 extern char *opt_away_arg;
198 extern char *opt_rcfile_arg; 198 extern char *opt_rcfile_arg;
199 extern int opt_debug; 199 extern int opt_debug;
200 200
201 extern guint away_resend;
202 extern int report_idle;
203 extern int web_browser;
204 extern GSList *gaim_accounts; 201 extern GSList *gaim_accounts;
205 extern GSList *message_queue; 202 extern GSList *message_queue;
206 extern GSList *unread_message_queue; 203 extern GSList *unread_message_queue;
207 extern GSList *away_time_queue; 204 extern GSList *away_time_queue;
208 extern char web_command[2048];
209 extern char sort_method[64];
210 extern struct save_pos blist_pos;
211 extern struct window_size conv_size, buddy_chat_size;
212 205
213 /* Functions in main.c */ 206 /* Functions in main.c */
214 extern void do_quit(); 207 extern void do_quit();
215 208
216 /* Functions in gtkblist.c */ 209 /* Functions in gtkblist.c */