src/account.h

changeset 5877
37695b88b248
parent 5874
5e19273d3c6f
child 5879
a2757f3f2dda
--- a/src/account.h	Sun Jun 15 02:19:54 2003 +0000
+++ b/src/account.h	Sun Jun 15 03:17:41 2003 +0000
@@ -492,6 +492,13 @@
 GList *gaim_accounts_get_all(void);
 
 /**
+ * Returns a list of all active accounts.
+ *
+ * @return A list of all accounts.
+ */
+GList *gaim_accounts_get_active(void);
+
+/**
  * Finds an account with the specified name and protocol.
  *
  * @param name     The account username.

mercurial