From: Eric W. <war...@us...> - 2001-11-06 23:58:27
|
Update of /cvsroot/gaim/gaim/src/protocols/napster In directory usw-pr-cvs1:/tmp/cvs-serv20708/src/protocols/napster Modified Files: napster.c Log Message: don't ask. Index: napster.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/napster/napster.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- napster.c 2001/09/28 07:46:36 1.12 +++ napster.c 2001/11/06 23:58:23 1.13 @@ -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); } |