From: Eric W. <war...@us...> - 2001-11-06 23:58:27
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv20708/src/protocols/toc Modified Files: toc.c Log Message: don't ask. Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- toc.c 2001/10/24 10:23:49 1.30 +++ toc.c 2001/11/06 23:58:24 1.31 @@ -1037,7 +1037,7 @@ sflap_send(g, buf, -1, TYPE_DATA); } -static void toc_remove_buddy(struct gaim_connection *g, char *name) +static void toc_remove_buddy(struct gaim_connection *g, char *name, char *group) { char buf[BUF_LEN * 2]; g_snprintf(buf, sizeof(buf), "toc_remove_buddy %s", normalize(name)); @@ -1045,7 +1045,7 @@ toc_set_config(g); } -static void toc_remove_buddies(struct gaim_connection *g, GList *buddies) +static void toc_remove_buddies(struct gaim_connection *g, GList *buddies, char *group) { char buf[BUF_LEN * 2]; int n; |