diff src/protocols/napster/napster.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 569ae9f2bb89
children 8a84f2bb1716
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Tue Nov 06 21:30:31 2001 +0000
+++ b/src/protocols/napster/napster.c	Tue Nov 06 23:58:24 2001 +0000
@@ -506,7 +506,7 @@
 	nap_write_packet(gc, 0xCF, name);
 }
 
-static void nap_remove_buddy(struct gaim_connection *gc, char *name)
+static void nap_remove_buddy(struct gaim_connection *gc, char *name, char *group)
 {
 	nap_write_packet(gc, 0x12F, name);
 }