diff src/protocols/gg/gg.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 29d09f9ce85f
children e841b14b5b89
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Tue Nov 06 21:30:31 2001 +0000
+++ b/src/protocols/gg/gg.c	Tue Nov 06 23:58:24 2001 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 2576 2001-10-21 00:14:41Z robflynn $
+ * $Id: gg.c 2694 2001-11-06 23:58:24Z warmenhoven $
  *
  * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -616,7 +616,7 @@
 	gg_add_notify(gd->sess, strtol(who, (char **)NULL, 10));
 }
 
-static void agg_rem_buddy(struct gaim_connection *gc, char *who)
+static void agg_rem_buddy(struct gaim_connection *gc, char *who, char *group)
 {
 	struct agg_data *gd = (struct agg_data *)gc->proto_data;
 	if (invalid_uin(who))