comparison src/protocols/qq/file_trans.c @ 14045:3cefea0bf4a2

[gaim-migrate @ 16657] Took care of some signedness issues. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 06 Aug 2006 21:03:10 +0000
parents ef8490f9e823
children 32a71e64ceae
comparison
equal deleted inserted replaced
14044:16b05033f5ee 14045:3cefea0bf4a2
280 } else 280 } else
281 gaim_debug(GAIM_DEBUG_INFO, "QQ", "send_file: want %d but got %d\n", len + 12, bytes); 281 gaim_debug(GAIM_DEBUG_INFO, "QQ", "send_file: want %d but got %d\n", len + 12, bytes);
282 return bytes; 282 return bytes;
283 } 283 }
284 284
285 extern gchar *_gen_session_md5(gint uid, gchar *session_key); 285 extern gchar *_gen_session_md5(gint uid, guint8 *session_key);
286 286
287 /* send a file to udp channel with QQ_FILE_CONTROL_PACKET_TAG */ 287 /* send a file to udp channel with QQ_FILE_CONTROL_PACKET_TAG */
288 void qq_send_file_ctl_packet(GaimConnection *gc, guint16 packet_type, guint32 to_uid, guint8 hellobyte) 288 void qq_send_file_ctl_packet(GaimConnection *gc, guint16 packet_type, guint32 to_uid, guint8 hellobyte)
289 { 289 {
290 qq_data *qd; 290 qq_data *qd;