diff src/protocols/icq/gaim_icq.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 24664768a739
children e841b14b5b89
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c	Tue Nov 06 21:30:31 2001 +0000
+++ b/src/protocols/icq/gaim_icq.c	Tue Nov 06 23:58:24 2001 +0000
@@ -386,7 +386,7 @@
 	}
 }
 
-static void icq_rem_buddy(struct gaim_connection *gc, char *who) {
+static void icq_rem_buddy(struct gaim_connection *gc, char *who, char *group) {
 	struct icq_data *id = (struct icq_data *)gc->proto_data;
 	icq_ContactRemove(id->link, atol(who));
 }