comparison libpurple/protocols/qq/qq_network.h @ 24071:619ac2303c46

2009.10.02 - ccpaging <ccpaging(at)gmail.com> * Added 'Captcha Display' function * Most functions from patch written by Emil Alexiev merged into trunk, except 'buddy operations' * 'online buddy status' and 'qun buddies' still have problems
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:43:46 +0000
parents bcfc98c7a55f
children 7da3cf2530b7
comparison
equal deleted inserted replaced
24070:832178d951ca 24071:619ac2303c46
28 #include <glib.h> 28 #include <glib.h>
29 #include "connection.h" 29 #include "connection.h"
30 30
31 #include "qq.h" 31 #include "qq.h"
32 32
33 #define QQ_CONNECT_STEPS 3 /* steps in connection */ 33 #define QQ_CONNECT_STEPS 4 /* steps in connection */
34 34
35 gboolean qq_connect_later(gpointer data); 35 gboolean qq_connect_later(gpointer data);
36 void qq_disconnect(PurpleConnection *gc); 36 void qq_disconnect(PurpleConnection *gc);
37 37
38 gint qq_send_cmd_encrypted(PurpleConnection *gc, guint16 cmd, guint16 seq, 38 gint qq_send_cmd_encrypted(PurpleConnection *gc, guint16 cmd, guint16 seq,