Add send_im_seq openq

Tue, 11 Nov 2008 07:18:08 +0000

author
Hu Yong <ccpaging@gmail.com>
date
Tue, 11 Nov 2008 07:18:08 +0000
branch
openq
changeset 25040
3f56c0978fcb
parent 25039
aaca36abfad8
child 25041
1fa63dcaba9f

Add send_im_seq

libpurple/protocols/qq/qq.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/qq/qq.h	Tue Nov 11 07:17:48 2008 +0000
+++ b/libpurple/protocols/qq/qq.h	Tue Nov 11 07:18:08 2008 +0000
@@ -182,6 +182,8 @@
 
 	gboolean is_show_notice;
 	gboolean is_show_news;
+
+	guint16 send_im_seq;		/* send IM sequence number */
 };
 
 #endif

mercurial