changeset 5469:df653f6f2978

[gaim-migrate @ 5861] gaim_get_connections added committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 21 May 2003 15:57:31 +0000
parents 809ef68273c8
children cb8e58ded7b0
files src/multi.c src/multi.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/multi.c	Wed May 21 15:54:22 2003 +0000
+++ b/src/multi.c	Wed May 21 15:57:31 2003 +0000
@@ -2163,3 +2163,8 @@
 
 	return account;
 }
+
+GSList *gaim_get_connections()
+{
+	return connections;
+}
--- a/src/multi.h	Wed May 21 15:54:22 2003 +0000
+++ b/src/multi.h	Wed May 21 15:57:31 2003 +0000
@@ -129,5 +129,6 @@
 void hide_login_progress(struct gaim_connection *, char *);
 void hide_login_progress_notice(struct gaim_connection *, char *);
 void hide_login_progress_error(struct gaim_connection *, char *);
+GSList *gaim_get_connections();
 
 #endif /* _MULTI_H_ */