diff 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
line wrap: on
line diff
--- a/src/protocols/qq/file_trans.c	Sun Aug 06 18:19:36 2006 +0000
+++ b/src/protocols/qq/file_trans.c	Sun Aug 06 21:03:10 2006 +0000
@@ -282,7 +282,7 @@
 	return bytes;
 }
 
-extern gchar *_gen_session_md5(gint uid, gchar *session_key);
+extern gchar *_gen_session_md5(gint uid, guint8 *session_key);
 
 /* send a file to udp channel with QQ_FILE_CONTROL_PACKET_TAG */
 void qq_send_file_ctl_packet(GaimConnection *gc, guint16 packet_type, guint32 to_uid, guint8 hellobyte)