--- 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.