comparison src/protocols/gg/gg.c @ 8796:7c7c7f5ce09d

[gaim-migrate @ 9558] agg_group_buddy and agg_rename_group were in the wrong place. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 24 Apr 2004 12:19:43 +0000
parents ce90b119b103
children 136b4e159d04
comparison
equal deleted inserted replaced
8795:f7ee50e4d534 8796:7c7c7f5ce09d
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 9537 2004-04-23 17:24:19Z lschiere $ 3 * $Id: gg.c 9558 2004-04-24 12:19:43Z thekingant $
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
1501 static void agg_permit_deny_dummy(GaimConnection *gc, const char *who) 1501 static void agg_permit_deny_dummy(GaimConnection *gc, const char *who)
1502 { 1502 {
1503 /* It's implemented on client side because GG server doesn't support this */ 1503 /* It's implemented on client side because GG server doesn't support this */
1504 } 1504 }
1505 1505
1506 static void agg_group_buddy (GaimConnection * gc, const char *who, 1506 static void agg_group_buddy (GaimConnection *gc, const char *who,
1507 const char *old_group, const char *new_group) 1507 const char *old_group, const char *new_group)
1508 { 1508 {
1509 GaimBuddy *buddy = gaim_find_buddy(gaim_connection_get_account(gc), who); 1509 GaimBuddy *buddy = gaim_find_buddy(gaim_connection_get_account(gc), who);
1510 gchar *newdata; 1510 gchar *newdata;
1511 /* GG Number */ 1511 /* GG Number */
1574 agg_keepalive, 1574 agg_keepalive,
1575 NULL, 1575 NULL,
1576 NULL, 1576 NULL,
1577 NULL, 1577 NULL,
1578 NULL, 1578 NULL,
1579 NULL,
1580 agg_group_buddy, 1579 agg_group_buddy,
1581 agg_rename_group, 1580 agg_rename_group,
1581 NULL,
1582 NULL,
1583 NULL,
1584 NULL,
1585 NULL,
1586 NULL,
1587 NULL,
1588 NULL,
1589 NULL,
1582 NULL, 1590 NULL,
1583 NULL, 1591 NULL,
1584 NULL 1592 NULL
1585 }; 1593 };
1586 1594