comparison src/gaim.h @ 4376:2c985a9e994c

[gaim-migrate @ 4642] The conversations list is no longer public, and shouldn't have been in aim.c. This should fix some crashes that may have resulted in the notify and timestamp plugins. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 21 Jan 2003 05:20:10 +0000
parents 5fb47ec9bfe4
children a65555132674
comparison
equal deleted inserted replaced
4375:90eaa3486949 4376:2c985a9e994c
198 #define BUF_LEN MSG_LEN 198 #define BUF_LEN MSG_LEN
199 #define BUF_LONG BUF_LEN * 2 199 #define BUF_LONG BUF_LEN * 2
200 200
201 /* Globals in aim.c */ 201 /* Globals in aim.c */
202 extern GList *buddy_pounces; 202 extern GList *buddy_pounces;
203 extern GList *conversations;
204 extern int opt_away; 203 extern int opt_away;
205 extern char *opt_away_arg; 204 extern char *opt_away_arg;
206 extern char *opt_rcfile_arg; 205 extern char *opt_rcfile_arg;
207 extern int opt_debug; 206 extern int opt_debug;
208 207