comparison libpurple/protocols/qq/group_info.c @ 25149:7da3cf2530b7

2009.02.21 - flos <lonicerae(at)gmail.com> * Added 'qq_strlen' and 'qq_strcmp' funtions in qq.h * Fixed compiling problems with lower version of GTK+
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Feb 2009 13:15:34 +0000
parents 1aeb9edac0d2
children 29df7408df03
comparison
equal deleted inserted replaced
25148:59ed7712be5e 25149:7da3cf2530b7
63 list = list->next; 63 list = list->next;
64 } 64 }
65 } 65 }
66 66
67 /* send packet to get info for each group member */ 67 /* send packet to get info for each group member */
68 gint qq_request_room_get_buddies(PurpleConnection *gc, guint32 room_id, gint update_class) 68 gint qq_request_room_get_buddies(PurpleConnection *gc, guint32 room_id, guint32 update_class)
69 { 69 {
70 guint8 *raw_data; 70 guint8 *raw_data;
71 gint bytes, num; 71 gint bytes, num;
72 GList *list; 72 GList *list;
73 qq_room_data *rmd; 73 qq_room_data *rmd;