diff src/connection.c @ 5788:8c237274189f

[gaim-migrate @ 6213] Forgot to add this function. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 07 Jun 2003 04:25:34 +0000
parents 72fb22b9ac98
children 022786c7ab53
line wrap: on
line diff
--- a/src/connection.c	Sat Jun 07 04:08:46 2003 +0000
+++ b/src/connection.c	Sat Jun 07 04:25:34 2003 +0000
@@ -360,6 +360,12 @@
 	return connections;
 }
 
+GList *
+gaim_connections_get_connecting(void)
+{
+	return connections_connecting;
+}
+
 void
 gaim_set_connection_ui_ops(GaimConnectionUiOps *ops)
 {