diff libpurple/protocols/qq/qq.h @ 24592:c13086683ecd

Add a new variable to produce IM sequence number
author Hu Yong <ccpaging@gmail.com>
date Wed, 19 Nov 2008 08:36:18 +0000
parents 58026b556750
children effbf24b39b1
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.h	Wed Nov 19 08:35:32 2008 +0000
+++ b/libpurple/protocols/qq/qq.h	Wed Nov 19 08:36:18 2008 +0000
@@ -183,7 +183,7 @@
 	gboolean is_show_notice;
 	gboolean is_show_news;
 
-	guint16 send_im_seq;		/* send IM sequence number */
+	guint16 send_im_id;		/* send IM sequence number */
 };
 
 #endif