comparison src/core.h @ 3484:5d1dff030d8b

[gaim-migrate @ 3538] Another nice patch from Etan Reisner. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 31 Aug 2002 02:40:51 +0000
parents 3da42b64304e
children e23909729192
comparison
equal deleted inserted replaced
3483:abaee81fdea2 3484:5d1dff030d8b
146 struct gaim_connection *gc; /* the connection it belongs to */ 146 struct gaim_connection *gc; /* the connection it belongs to */
147 }; 147 };
148 148
149 /* Globals in core.c */ 149 /* Globals in core.c */
150 extern GSList *uis; 150 extern GSList *uis;
151 extern gaim_session; 151 extern int gaim_session;
152 152
153 /* Globals in plugins.c */ 153 /* Globals in plugins.c */
154 extern GList *plugins; 154 extern GList *plugins;
155 extern GList *callbacks; 155 extern GList *callbacks;
156 156