diff libgaim/protocols/qq/send_file.c @ 14242:85f3808ca472

[gaim-migrate @ 16924] Got rid of a bunch of warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 20 Aug 2006 23:16:44 +0000
parents 60b1bc8dbf37
children 473b225e7352
line wrap: on
line diff
--- a/libgaim/protocols/qq/send_file.c	Sun Aug 20 23:08:42 2006 +0000
+++ b/libgaim/protocols/qq/send_file.c	Sun Aug 20 23:16:44 2006 +0000
@@ -166,6 +166,7 @@
 }
 
 /* start file transfer process */
+/*
 static void _qq_xfer_send_start (GaimXfer *xfer)
 {
 	GaimAccount *account;
@@ -176,7 +177,9 @@
 	gc = gaim_account_get_connection(account);
 	info = (ft_info *) xfer->data;
 }
+*/
 
+/*
 static void _qq_xfer_send_ack (GaimXfer *xfer, const char *buffer, size_t len)
 {
 	GaimAccount *account;
@@ -186,10 +189,13 @@
 	gc = gaim_account_get_connection(account);
 	qq_process_recv_file(gc, (guint8 *) buffer, len);
 }
+*/
 
+/*
 static void _qq_xfer_recv_start(GaimXfer *xfer)
 {
 }
+*/
 
 static void _qq_xfer_end(GaimXfer *xfer)
 {
@@ -269,15 +275,13 @@
 }
 
 
-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
 (guint8 *raw_data, guint8 **cursor, guint32 to_uid, guint16 message_type, qq_data *qd, gboolean seq_ack)
 {
 	gint bytes;
 	time_t now;
-	gchar *md5;
+	guint8 *md5;
 	guint16 seq;
 	ft_info *info;
 
@@ -934,6 +938,7 @@
 	gaim_xfer_request (xfer);
 }
 
+/*
 static void qq_send_packet_request_key(GaimConnection *gc, guint8 key)
 {
 	qq_send_cmd(gc, QQ_CMD_REQUEST_KEY, TRUE, 0, TRUE, &key, 1);
@@ -942,3 +947,4 @@
 static void qq_process_recv_request_key(GaimConnection *gc)
 {
 }
+*/