comparison src/protocols/yahoo/yahoo.c @ 6791:9927df765fae

[gaim-migrate @ 7330] compiling is a good thing committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 08 Sep 2003 03:03:53 +0000
parents faa491042c66
children 62aec9fd7aca
comparison
equal deleted inserted replaced
6790:1aea5e6186bd 6791:9927df765fae
56 56
57 #define YAHOO_PROTO_VER 0x0900 57 #define YAHOO_PROTO_VER 0x0900
58 58
59 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) 59 #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)
60 60
61 static void yahoo_add_buddy(GaimConnection *gc, const char *who); 61 static void yahoo_add_buddy(GaimConnection *gc, const char *who, GaimGroup *);
62 62
63 static struct yahoo_friend *yahoo_friend_new() 63 static struct yahoo_friend *yahoo_friend_new()
64 { 64 {
65 struct yahoo_friend *ret; 65 struct yahoo_friend *ret;
66 66