# HG changeset patch # User Luke Schierer # Date 1062990233 0 # Node ID 9927df765faeac42acc3ab4d9e1447c92675142b # Parent 1aea5e6186bddcf92d23f15a33ad999740923507 [gaim-migrate @ 7330] compiling is a good thing committer: Tailor Script diff -r 1aea5e6186bd -r 9927df765fae src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Mon Sep 08 01:47:58 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Sep 08 03:03:53 2003 +0000 @@ -58,7 +58,7 @@ #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4) -static void yahoo_add_buddy(GaimConnection *gc, const char *who); +static void yahoo_add_buddy(GaimConnection *gc, const char *who, GaimGroup *); static struct yahoo_friend *yahoo_friend_new() {