diff libpurple/protocols/qq/qq.h @ 24069:dc112387190f

2008.09.29 - ccpaging <ccpaging(at)gmail.com> * 'Check Password' function for protocol 2007/2008
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:41:13 +0000
parents 87e61a85f5dd
children 832178d951ca
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.h	Wed Oct 22 14:40:04 2008 +0000
+++ b/libpurple/protocols/qq/qq.h	Wed Oct 22 14:41:13 2008 +0000
@@ -60,8 +60,8 @@
 	guint8 *token_ex;			/* get from server */
 	guint16 token_ex_len;
 
-	guint8 pwd_2nd_md5[QQ_KEY_LENGTH];			/* password in md5 (or md5' md5) */
-	guint8 pwd_4th_md5[QQ_KEY_LENGTH];
+	guint8 pwd_md5[QQ_KEY_LENGTH];			/* password in md5 (or md5' md5) */
+	guint8 pwd_twice_md5[QQ_KEY_LENGTH];
 
 	guint8 *login_token;
 	guint16 login_token_len;
@@ -73,7 +73,7 @@
 	guint8 b1;
 	guint32 w1;
 	guint32 w2;
-	guint32 ip;
+	struct in_addr ip;
 };
 
 struct _qq_add_request {