diff src/protocols/toc/toc.c @ 9972:2c7c6bdb938b

[gaim-migrate @ 10883] Some stuff committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 02:47:13 +0000
parents 837dc736e84f
children 8db453e87678
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Wed Sep 08 02:33:53 2004 +0000
+++ b/src/protocols/toc/toc.c	Wed Sep 08 02:47:13 2004 +0000
@@ -1390,7 +1390,7 @@
 	return "aim";
 }
 
-static void toc_list_emblems(GaimBuddy *b, char **se, char **sw, char **nw, char **ne)
+static void toc_list_emblems(GaimBuddy *b, const char **se, const char **sw, const char **nw, const char **ne)
 {
 	char *emblems[4] = {NULL,NULL,NULL,NULL};
 	int i = 0;