libpurple/protocols/qq/buddy_opt.h

branch
openq
changeset 24366
ccfd4cba02a4
parent 24355
c9deccad8f3f
child 24367
80bead6c1577
equal deleted inserted replaced
24365:af3e4261a311 24366:ccfd4cba02a4
34 void qq_change_buddys_group(PurpleConnection *gc, const char *who, 34 void qq_change_buddys_group(PurpleConnection *gc, const char *who,
35 const char *old_group, const char *new_group); 35 const char *old_group, const char *new_group);
36 void qq_remove_buddy_and_me(PurpleBlistNode * node); 36 void qq_remove_buddy_and_me(PurpleBlistNode * node);
37 void qq_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); 37 void qq_remove_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
38 38
39 void qq_process_buddy_remove(guint8 *buf, gint buf_len, PurpleConnection *gc); 39 void qq_process_buddy_remove(PurpleConnection *gc, guint8 *data, gint data_len, guint32 uid);
40 void qq_process_buddy_remove_me(guint8 *data, gint data_len, PurpleConnection *gc); 40 void qq_process_buddy_remove_me(PurpleConnection *gc, guint8 *data, gint data_len, guint32 uid);
41 void qq_process_buddy_add_no_auth(guint8 *data, gint data_len, guint32 uid, PurpleConnection *gc); 41 void qq_process_buddy_add_no_auth(guint8 *data, gint data_len, guint32 uid, PurpleConnection *gc);
42 void qq_process_buddy_add_auth(guint8 *data, gint data_len, PurpleConnection *gc); 42 void qq_process_buddy_add_auth(guint8 *data, gint data_len, PurpleConnection *gc);
43 void qq_process_buddy_from_server(PurpleConnection *gc, int funct, 43 void qq_process_buddy_from_server(PurpleConnection *gc, int funct,
44 gchar *from, gchar *to, gchar *msg_utf8); 44 gchar *from, gchar *to, gchar *msg_utf8);
45 45

mercurial