--- a/src/account.h Fri Aug 26 03:21:03 2005 +0000 +++ b/src/account.h Fri Aug 26 04:38:36 2005 +0000 @@ -746,6 +746,17 @@ */ GaimAccount *gaim_accounts_find(const char *name, const char *protocol); +/** + * This is called by the core after all subsystems and what + * not have been initialized. It sets all enabled accounts + * to their previous status by signing them on, setting them + * away, etc. + * + * You probably shouldn't call this unless you really know + * what you're doing. + */ +void gaim_accounts_restore_previous_statuses(); + /*@}*/