diff src/protocols/yahoo/yahoo.c @ 3033:1143524a2eaf

[gaim-migrate @ 3046] Laying the ground work for image send. Also an IRC fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 12 Mar 2002 17:21:46 +0000
parents 18f0e61a6caf
children 0f1766887ddd
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Tue Mar 12 02:44:22 2002 +0000
+++ b/src/protocols/yahoo/yahoo.c	Tue Mar 12 17:21:46 2002 +0000
@@ -978,7 +978,7 @@
 	return m;
 }
 
-static int yahoo_send_im(struct gaim_connection *gc, char *who, char *what, int flags)
+static int yahoo_send_im(struct gaim_connection *gc, char *who, char *what, int len, int flags)
 {
 	struct yahoo_data *yd = gc->proto_data;
 	struct yahoo_packet *pkt = yahoo_packet_new(YAHOO_SERVICE_MESSAGE, YAHOO_STATUS_OFFLINE, 0);