diff src/gaim.h @ 2397:520257562955

[gaim-migrate @ 2410] changing aim_users to GSList. this works better for me since in gaim-core i had them as a GSList. besides, it saves memory. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Sep 2001 19:58:48 +0000
parents a7ecfd3f7714
children 86c9b44a35ae
line wrap: on
line diff
--- a/src/gaim.h	Sun Sep 30 19:48:44 2001 +0000
+++ b/src/gaim.h	Sun Sep 30 19:58:48 2001 +0000
@@ -580,7 +580,7 @@
 
 extern int report_idle;
 extern int web_browser;
-extern GList *aim_users;
+extern GSList *aim_users;
 extern GSList *message_queue;
 extern GSList *away_time_queue;
 extern char sound_cmd[2048];