diff src/protocols/oscar/oscar.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 94aa499ecd39
children 870450d36999
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Nov 06 21:30:31 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Nov 06 23:58:24 2001 +0000
@@ -2291,7 +2291,7 @@
 	aim_bos_setbuddylist(odata->sess, odata->conn, buf);
 }
 
-static void oscar_remove_buddy(struct gaim_connection *g, char *name) {
+static void oscar_remove_buddy(struct gaim_connection *g, char *name, char *group) {
 	struct oscar_data *odata = (struct oscar_data *)g->proto_data;
 	aim_remove_buddy(odata->sess, odata->conn, name);
 }