diff src/blist.c @ 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 6faeeecab0dc
children 943085b0ff8b
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];