libpurple/protocols/qq/group_join.c

branch
openq
changeset 31393
04447b1f6403
parent 30706
612b36b49058
equal deleted inserted replaced
31392:93902a4213b6 31393:04447b1f6403
153 add_req); 153 add_req);
154 g_free(msg); 154 g_free(msg);
155 } 155 }
156 156
157 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_room_data *rmd, 157 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_room_data *rmd,
158 guint8 opt, guint32 uid, const gchar *reason_utf8) 158 guint8 opt, UID uid, const gchar *reason_utf8)
159 { 159 {
160 guint8 raw_data[MAX_PACKET_SIZE - 16]; 160 guint8 raw_data[MAX_PACKET_SIZE - 16];
161 gint bytes; 161 gint bytes;
162 162
163 g_return_if_fail(rmd != NULL); 163 g_return_if_fail(rmd != NULL);

mercurial