diff 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
line wrap: on
line diff
--- 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()
 {