00001 00024 // START OF FILE 00025 /*****************************************************************************/ 00026 #ifndef _QQ_KEEP_ALIVE_H_ 00027 #define _QQ_KEEP_ALIVE_H_ 00028 00029 #include <glib.h> 00030 #include "connection.h" // GaimConnection 00031 #include "qq.h" // qq_buddy 00032 00033 void qq_send_packet_keep_alive(GaimConnection * gc); 00034 00035 void qq_process_keep_alive_reply(guint8 * buf, gint buf_len, GaimConnection * gc); 00036 void qq_refresh_all_buddy_status(GaimConnection * gc); 00037 00038 void qq_update_buddy_contact(GaimConnection * gc, qq_buddy * q_bud); 00039 00040 #endif 00041 /*****************************************************************************/ 00042 // END OF FILE
1.4.4