00001 00023 // START OF FILE 00024 /*****************************************************************************/ 00025 #ifndef _QQ_LOGIN_LOGOUT_H_ 00026 #define _QQ_LOGIN_LOGOUT_H_ 00027 00028 #include <glib.h> 00029 #include "connection.h" // GaimConnection 00030 00031 #define QQ_LOGIN_MODE_NORMAL 0x0a 00032 #define QQ_LOGIN_MODE_HIDDEN 0x28 00033 00034 void qq_send_packet_login(GaimConnection * gc); 00035 00036 void qq_send_packet_logout(GaimConnection * gc); 00037 00038 void qq_process_login_reply(guint8 * buf, gint buf_len, GaimConnection * gc); 00039 00040 void qq_send_packet_login_token(GaimConnection * gc); 00041 00042 void qq_process_login_token_relay(guint8 * buf, gint buf_len, GaimConnection * gc); 00043 #endif 00044 /*****************************************************************************/ 00045 // END OF FILE
1.4.4