comparison 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
comparison
equal deleted inserted replaced
7116:6c8706109f92 7117:943085b0ff8b
662 * Saves the buddy list to file 662 * Saves the buddy list to file
663 */ 663 */
664 void gaim_blist_save(); 664 void gaim_blist_save();
665 665
666 /** 666 /**
667 * Parses the toc-style buddy list used in older versions of Gaim and for SSI in toc.c
668 *
669 * @param account This is the account that the buddies and groups from config will get added to
670 * @param config This is the toc-style buddy list data
671 */
672 void gaim_blist_parse_toc_buddy_list(GaimAccount *account, char *config);
673
674
675 /**
667 * Loads the buddy list from ~/.gaim/blist.xml. 676 * Loads the buddy list from ~/.gaim/blist.xml.
668 */ 677 */
669 void gaim_blist_load(); 678 void gaim_blist_load();
670 679
671 /** 680 /**