comparison src/protocols/yahoo/yahoo.c @ 6787:faa491042c66

[gaim-migrate @ 7326] the add_buddy prpl op now takes a group. It's horribly inconsistent with the rest. This stuff all needs to be updated. Maybe I'll replace it in 0.70cvs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 07 Sep 2003 23:47:00 +0000
parents ea3707dde7a3
children 9927df765fae
comparison
equal deleted inserted replaced
6786:8efafdc38718 6787:faa491042c66
1700 yahoo_packet_hash(pkt, 109, gaim_connection_get_display_name(gc)); 1700 yahoo_packet_hash(pkt, 109, gaim_connection_get_display_name(gc));
1701 yahoo_send_packet(yd, pkt); 1701 yahoo_send_packet(yd, pkt);
1702 yahoo_packet_free(pkt); 1702 yahoo_packet_free(pkt);
1703 } 1703 }
1704 1704
1705 static void yahoo_add_buddy(GaimConnection *gc, const char *who) 1705 static void yahoo_add_buddy(GaimConnection *gc, const char *who, GaimGroup *foo)
1706 { 1706 {
1707 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data; 1707 struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data;
1708 struct yahoo_packet *pkt; 1708 struct yahoo_packet *pkt;
1709 GaimGroup *g; 1709 GaimGroup *g;
1710 char *group = NULL; 1710 char *group = NULL;