diff src/account.h @ 5580:86456ec3ca25

[gaim-migrate @ 5984] More nifty stuff! Accounts now get converted, and other niceties. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 02:27:03 +0000
parents 5e7de337a053
children eb685809108b
line wrap: on
line diff
--- a/src/account.h	Sat May 31 02:20:09 2003 +0000
+++ b/src/account.h	Sat May 31 02:27:03 2003 +0000
@@ -326,6 +326,14 @@
 void gaim_accounts_sync();
 
 /**
+ * Reorders an account.
+ *
+ * @param account   The account to reorder.
+ * @param new_index The new index for the account.
+ */
+void gaim_accounts_reorder(GaimAccount *account, size_t new_index);
+
+/**
  * Returns a list of all accounts.
  *
  * @return A list of all accounts.