diff src/blist.h @ 7117:943085b0ff8b

[gaim-migrate @ 7684] faceprint pointed out that parse_toc_buddy_list() was used in TOC, so it's now gaim_blist_parse_toc_buddy_list() (sucky function name). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:15:36 +0000
parents 7bee4be16385
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/blist.h	Thu Oct 02 01:58:26 2003 +0000
+++ b/src/blist.h	Thu Oct 02 02:15:36 2003 +0000
@@ -664,6 +664,15 @@
 void gaim_blist_save();
 
 /**
+ * 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
+ * @param config   This is the toc-style buddy list data
+ */
+void gaim_blist_parse_toc_buddy_list(GaimAccount *account, char *config);
+
+
+/**
  * Loads the buddy list from ~/.gaim/blist.xml.
  */
 void gaim_blist_load();