comparison libpurple/protocols/qq/buddy_info.h @ 23695:5f454b975a99

2008.08.10 - csyfek <csyfek(at)gmail.com> * Commit to Pidgin 2008.08.06 - ccpaging <ecc_hy(at)hotmail.com> * Rename names of variables, Group, to Room * Functions of group_network merged into qq_network and qq_process * Canceled managing glist of group packet, add sub_cmdd and room_id to transaction * Fixed error of demo group: If 'room list' and 'room infor' are not setup, response received from server will emits 'room_id = 0' packet. 2008.08.04 - ccpaging <ecc_hy(at)hotmail.com> * Use new crypt/decrypt functions * Rename crypt.c/h to qq_crypt.c/h * Clean code of decrypt functions * Fixed decryption failure 2008.08.04 - csyfek <csyfek(at)gmail.com> * Update AUTHORS
author SHiNE CsyFeK <csyfek@gmail.com>
date Sun, 10 Aug 2008 04:32:14 +0000
parents 1c50f12b1c52
children 967344bc404d
comparison
equal deleted inserted replaced
23690:107166bb2a64 23695:5f454b975a99
69 69
70 void qq_send_packet_get_info(PurpleConnection *gc, guint32 uid, gboolean show_window); 70 void qq_send_packet_get_info(PurpleConnection *gc, guint32 uid, gboolean show_window);
71 void qq_set_my_buddy_icon(PurpleConnection *gc, PurpleStoredImage *img); 71 void qq_set_my_buddy_icon(PurpleConnection *gc, PurpleStoredImage *img);
72 void qq_set_buddy_icon_for_user(PurpleAccount *account, const gchar *who, const gchar *icon_num, const gchar *iconfile); 72 void qq_set_buddy_icon_for_user(PurpleAccount *account, const gchar *who, const gchar *icon_num, const gchar *iconfile);
73 void qq_prepare_modify_info(PurpleConnection *gc); 73 void qq_prepare_modify_info(PurpleConnection *gc);
74 void qq_process_modify_info_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 74 void qq_process_modify_info_reply(guint8 *data, gint data_len, PurpleConnection *gc);
75 void qq_process_get_info_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 75 void qq_process_get_info_reply(guint8 *data, gint data_len, PurpleConnection *gc);
76 void qq_info_query_free(qq_data *qd); 76 void qq_info_query_free(qq_data *qd);
77 void qq_send_packet_get_level(PurpleConnection *gc, guint32 uid); 77 void qq_send_packet_get_level(PurpleConnection *gc, guint32 uid);
78 void qq_send_packet_get_buddies_levels(PurpleConnection *gc); 78 void qq_send_packet_get_buddies_levels(PurpleConnection *gc);
79 void qq_process_get_level_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 79 void qq_process_get_level_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
80 #endif 80 #endif