diff src/blist.h @ 10348:64bc206c7473

[gaim-migrate @ 11562] Ability to read sub-statuses from ~/.gaim/status.xml. We don't actually WRITE these to the file yet, so this doesn't do anything. Also a few other minor changes elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Dec 2004 23:57:52 +0000
parents af06746954de
children 655c48791b3c
line wrap: on
line diff
--- a/src/blist.h	Sun Dec 12 18:20:17 2004 +0000
+++ b/src/blist.h	Sun Dec 12 23:57:52 2004 +0000
@@ -718,12 +718,6 @@
 
 /*@{*/
 /**
- * Force an immediate write of the buddy list.  Normally the buddy list is
- * saved automatically a few seconds after a change is made.
- */
-void gaim_blist_sync();
-
-/**
  * Parses the toc-style buddy list used in older versions of Gaim and for SSI in toc.c
  *
  * @param account  This is the account that the buddies and groups from config will get added to
@@ -738,6 +732,12 @@
 void gaim_blist_load();
 
 /**
+ * Force an immediate write of the buddy list.  Normally the buddy list is
+ * saved automatically a few seconds after a change is made.
+ */
+void gaim_blist_sync();
+
+/**
  * Requests from the user information needed to add a buddy to the
  * buddy list.
  *