comparison src/protocols/qq/send_file.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
267 bytes += create_packet_w (raw_data, cursor, info->local_minor_port); 267 bytes += create_packet_w (raw_data, cursor, info->local_minor_port);
268 return bytes; 268 return bytes;
269 } 269 }
270 270
271 271
272 extern gchar *_gen_session_md5(gint uid, gchar *session_key); 272 extern gchar *_gen_session_md5(gint uid, guint8 *session_key);
273 273
274 /* fill in the common information of file transfer */ 274 /* fill in the common information of file transfer */
275 static gint _qq_create_packet_file_header 275 static gint _qq_create_packet_file_header
276 (guint8 *raw_data, guint8 **cursor, guint32 to_uid, guint16 message_type, qq_data *qd, gboolean seq_ack) 276 (guint8 *raw_data, guint8 **cursor, guint32 to_uid, guint16 message_type, qq_data *qd, gboolean seq_ack)
277 { 277 {