diff src/protocols/toc/toc.c @ 2681:37d80035e77f

[gaim-migrate @ 2694] don't ask. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Nov 2001 23:58:24 +0000
parents 2ced57c58653
children e841b14b5b89
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Tue Nov 06 21:30:31 2001 +0000
+++ b/src/protocols/toc/toc.c	Tue Nov 06 23:58:24 2001 +0000
@@ -1037,7 +1037,7 @@
 	sflap_send(g, buf, -1, TYPE_DATA);
 }
 
-static void toc_remove_buddy(struct gaim_connection *g, char *name)
+static void toc_remove_buddy(struct gaim_connection *g, char *name, char *group)
 {
 	char buf[BUF_LEN * 2];
 	g_snprintf(buf, sizeof(buf), "toc_remove_buddy %s", normalize(name));
@@ -1045,7 +1045,7 @@
 	toc_set_config(g);
 }
 
-static void toc_remove_buddies(struct gaim_connection *g, GList *buddies)
+static void toc_remove_buddies(struct gaim_connection *g, GList *buddies, char *group)
 {
 	char buf[BUF_LEN * 2];
 	int n;