src/account.h

changeset 11348
b8938b189d61
parent 11328
7049e5ffe494
child 11643
f04408721780
--- 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();
+
 /*@}*/
 
 

mercurial