comparison libpurple/protocols/qq/buddy_list.h @ 23054:ebad75b719f5

Sun Jun 29 22:00:12 CST 2008 csyfek@gmail.com * 20080629-fixed-qun-processing Merged patches from moo, ccpaging and coly Tickets: References #6199 Sat Jun 28 13:25:40 CST 2008 csyfek@gmail.com * 20080628-get-friends Patches from moo and ccpaging. Tickets: Fixes #4956. Fixes #2998.
author SHiNE CsyFeK <csyfek@gmail.com>
date Sun, 29 Jun 2008 14:24:21 +0000
parents 44b4e8bd759b
children 1c50f12b1c52
comparison
equal deleted inserted replaced
23053:55f986ccbb6a 23054:ebad75b719f5
30 30
31 #define QQ_FRIENDS_LIST_POSITION_START 0x0000 31 #define QQ_FRIENDS_LIST_POSITION_START 0x0000
32 #define QQ_FRIENDS_LIST_POSITION_END 0xffff 32 #define QQ_FRIENDS_LIST_POSITION_END 0xffff
33 #define QQ_FRIENDS_ONLINE_POSITION_START 0x00 33 #define QQ_FRIENDS_ONLINE_POSITION_START 0x00
34 #define QQ_FRIENDS_ONLINE_POSITION_END 0xff 34 #define QQ_FRIENDS_ONLINE_POSITION_END 0xff
35 #define QQ_FRIENDS_ALL_LIST_POSITION_START 0x00000000
36 #define QQ_FRIENDS_ALL_LIST_POSITION_END 0xffffffff
35 37
36 void qq_send_packet_get_buddies_online(PurpleConnection *gc, guint8 position); 38 void qq_send_packet_get_buddies_online(PurpleConnection *gc, guint8 position);
37 void qq_process_get_buddies_online_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 39 void qq_process_get_buddies_online_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
38 void qq_send_packet_get_buddies_list(PurpleConnection *gc, guint16 position); 40 void qq_send_packet_get_buddies_list(PurpleConnection *gc, guint16 position);
39 void qq_process_get_buddies_list_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 41 void qq_process_get_buddies_list_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);