From: Eric W. <war...@us...> - 2001-11-06 23:58:27
|
Update of /cvsroot/gaim/gaim/src/protocols/zephyr In directory usw-pr-cvs1:/tmp/cvs-serv20708/src/protocols/zephyr Modified Files: zephyr.c Log Message: don't ask. Index: zephyr.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- zephyr.c 2001/10/14 11:36:36 1.14 +++ zephyr.c 2001/11/06 23:58:24 1.15 @@ -670,7 +670,7 @@ } static void zephyr_add_buddy(struct gaim_connection *gc, char *buddy) { } -static void zephyr_remove_buddy(struct gaim_connection *gc, char *buddy) { } +static void zephyr_remove_buddy(struct gaim_connection *gc, char *buddy, char *group) { } static int zephyr_chat_send(struct gaim_connection *gc, int id, char *im) { |