libpurple/protocols/qq/send_file.h

changeset 23950
a974649cdb89
parent 23190
ce258cadbd9e
child 31393
04447b1f6403
--- a/libpurple/protocols/qq/send_file.h	Sat Aug 02 02:40:46 2008 +0000
+++ b/libpurple/protocols/qq/send_file.h	Sat Aug 02 15:00:46 2008 +0000
@@ -26,11 +26,12 @@
 #define _QQ_QQ_SEND_FILE_H_
 
 #include "ft.h"
+#include "qq.h"
 
 typedef struct _ft_info {
 	guint32 to_uid;
 	guint16 send_seq;
-	guint8 file_session_key[16];
+	guint8 file_session_key[QQ_KEY_LENGTH];
 	guint8 conn_method;
 	guint32 remote_internet_ip;
 	guint16 remote_internet_port;

mercurial