comparison libpurple/protocols/qq/qq.h @ 24644: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
comparison
equal deleted inserted replaced
24643:d2d6fff831dc 24644:c13086683ecd
181 GList *groups; 181 GList *groups;
182 182
183 gboolean is_show_notice; 183 gboolean is_show_notice;
184 gboolean is_show_news; 184 gboolean is_show_news;
185 185
186 guint16 send_im_seq; /* send IM sequence number */ 186 guint16 send_im_id; /* send IM sequence number */
187 }; 187 };
188 188
189 #endif 189 #endif