changeset 24569:58026b556750

Add send_im_seq
author Hu Yong <ccpaging@gmail.com>
date Tue, 11 Nov 2008 07:18:08 +0000
parents af645355ea20
children d8af9602c1b1
files libpurple/protocols/qq/qq.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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