Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/qq/send_file.c Sun Aug 06 18:19:36 2006 +0000 +++ b/src/protocols/qq/send_file.c Sun Aug 06 21:03:10 2006 +0000 @@ -269,7 +269,7 @@ } -extern gchar *_gen_session_md5(gint uid, gchar *session_key); +extern gchar *_gen_session_md5(gint uid, guint8 *session_key); /* fill in the common information of file transfer */ static gint _qq_create_packet_file_header
