00001 00023 // START OF FILE 00024 /*****************************************************************************/ 00025 #ifndef _QQ_SYS_MSG_H_ 00026 #define _QQ_SYS_MSG_H_ 00027 00028 #include <glib.h> 00029 #include "connection.h" // GaimConnection 00030 00031 void qq_process_msg_sys(guint8 * buf, gint buf_len, guint16 seq, GaimConnection * gc); 00032 00033 #endif 00034 /*****************************************************************************/ 00035 // END OF FILE
1.4.4