src/protocols/yahoo/yahoo.c

changeset 3033
1f078ab46e76
parent 3021
91e6cbdb62b1
child 3035
5354475cd3f6
equal deleted inserted replaced
3032:605b2ba40cf2 3033:1f078ab46e76
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);

mercurial