diff src/account.h @ 5710:dbac958d8937

[gaim-migrate @ 6131] Accounts are no longer automatically added or removed from the list when creating or destroying them. They must now be added/removed with gaim_accounts_add() and gaim_accounts_removed(). Also fixed a bug where garbage would appear on the screenname. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 11:42:13 +0000
parents 2d0d96c5a7a7
children 1f786fb43ee6
line wrap: on
line diff
--- a/src/account.h	Tue Jun 03 11:24:34 2003 +0000
+++ b/src/account.h	Tue Jun 03 11:42:13 2003 +0000
@@ -352,6 +352,20 @@
 void gaim_accounts_sync();
 
 /**
+ * Adds an account to the list of accounts.
+ *
+ * @param account The account.
+ */
+void gaim_accounts_add(GaimAccount *account);
+
+/**
+ * Removes an account from the list of accounts.
+ *
+ * @param account The account.
+ */
+void gaim_accounts_remove(GaimAccount *account);
+
+/**
  * Reorders an account.
  *
  * @param account   The account to reorder.