| 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); |