Mercurial > pidgin
changeset 7115:7bee4be16385
[gaim-migrate @ 7682]
parse_toc_buddy_list() is now a static function in blist.c. It's the last
core function exposed in a header file that isn't in a gaim namespace.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 02 Oct 2003 01:57:26 +0000 |
parents | c47633e9e2a4 |
children | 6c8706109f92 |
files | src/blist.c src/blist.h |
diffstat | 2 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blist.c Thu Oct 02 01:56:21 2003 +0000 +++ b/src/blist.c Thu Oct 02 01:57:26 2003 +0000 @@ -1458,7 +1458,7 @@ } } -void parse_toc_buddy_list(GaimAccount *account, char *config) +static void parse_toc_buddy_list(GaimAccount *account, char *config) { char *c; char current[256];
--- a/src/blist.h Thu Oct 02 01:56:21 2003 +0000 +++ b/src/blist.h Thu Oct 02 01:57:26 2003 +0000 @@ -664,15 +664,6 @@ 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 parse_toc_buddy_list(GaimAccount *account, char *config); - - -/** * Loads the buddy list from ~/.gaim/blist.xml. */ void gaim_blist_load();