diff src/multi.h @ 3517:6b0cb60162f4

[gaim-migrate @ 3590] Rob McQueen added a mute feature to his nice little docklet. I added a queuing feature. Configure the docklet in the plugins dialog to queue unread messages, and when you receive a message the docklet will eat it up and show a little message pending icon. Click on it, and read your message. ICQ people will like it. I also made plugin_event use a va_list. I bet this breaks perl. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 08:35:24 +0000
parents 793fb2e9d53b
children ee884f1d7ae3
line wrap: on
line diff
--- a/src/multi.h	Mon Sep 16 07:04:55 2002 +0000
+++ b/src/multi.h	Mon Sep 16 08:35:24 2002 +0000
@@ -98,6 +98,9 @@
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
 extern GSList *connections;
 
+/* number of accounts that are currently in the process of connecting */
+extern int connecting_count;
+
 struct aim_user *new_user(const char *, int, int);
 struct gaim_connection *new_gaim_conn(struct aim_user *);
 void destroy_gaim_conn(struct gaim_connection *);