comparison 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
comparison
equal deleted inserted replaced
3032:d3536105d581 3033:1143524a2eaf
976 m = g_list_append(m, "Activate ID"); 976 m = g_list_append(m, "Activate ID");
977 977
978 return m; 978 return m;
979 } 979 }
980 980
981 static int yahoo_send_im(struct gaim_connection *gc, char *who, char *what, int flags) 981 static int yahoo_send_im(struct gaim_connection *gc, char *who, char *what, int len, int flags)
982 { 982 {
983 struct yahoo_data *yd = gc->proto_data; 983 struct yahoo_data *yd = gc->proto_data;
984 struct yahoo_packet *pkt = yahoo_packet_new(YAHOO_SERVICE_MESSAGE, YAHOO_STATUS_OFFLINE, 0); 984 struct yahoo_packet *pkt = yahoo_packet_new(YAHOO_SERVICE_MESSAGE, YAHOO_STATUS_OFFLINE, 0);
985 985
986 yahoo_packet_hash(pkt, 1, gc->displayname); 986 yahoo_packet_hash(pkt, 1, gc->displayname);