comparison 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
comparison
equal deleted inserted replaced
2680:ab2ca2770d2e 2681:37d80035e77f
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 2576 2001-10-21 00:14:41Z robflynn $ 3 * $Id: gg.c 2694 2001-11-06 23:58:24Z warmenhoven $
4 * 4 *
5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001, Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
614 if (invalid_uin(who)) 614 if (invalid_uin(who))
615 return; 615 return;
616 gg_add_notify(gd->sess, strtol(who, (char **)NULL, 10)); 616 gg_add_notify(gd->sess, strtol(who, (char **)NULL, 10));
617 } 617 }
618 618
619 static void agg_rem_buddy(struct gaim_connection *gc, char *who) 619 static void agg_rem_buddy(struct gaim_connection *gc, char *who, char *group)
620 { 620 {
621 struct agg_data *gd = (struct agg_data *)gc->proto_data; 621 struct agg_data *gd = (struct agg_data *)gc->proto_data;
622 if (invalid_uin(who)) 622 if (invalid_uin(who))
623 return; 623 return;
624 gg_remove_notify(gd->sess, strtol(who, (char **)NULL, 10)); 624 gg_remove_notify(gd->sess, strtol(who, (char **)NULL, 10));