libpurple/protocols/qq/buddy_opt.h

changeset 24018
91f0294f2377
parent 19859
71d37b57eff2
child 24337
09fc304dae73
equal deleted inserted replaced
24017:c413ed3e4bdb 24018:91f0294f2377
44 void qq_block_buddy_with_gc_and_uid(gc_and_uid *g); 44 void qq_block_buddy_with_gc_and_uid(gc_and_uid *g);
45 45
46 void qq_do_nothing_with_gc_and_uid(gc_and_uid *g, const gchar *msg); 46 void qq_do_nothing_with_gc_and_uid(gc_and_uid *g, const gchar *msg);
47 47
48 void qq_process_remove_buddy_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 48 void qq_process_remove_buddy_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
49 void qq_process_remove_self_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 49 void qq_process_remove_self_reply(guint8 *data, gint data_len, PurpleConnection *gc);
50 void qq_process_add_buddy_reply(guint8 *buf, gint buf_len, guint16 seq, PurpleConnection *gc); 50 void qq_process_add_buddy_reply(guint8 *data, gint data_len, guint16 seq, PurpleConnection *gc);
51 void qq_process_add_buddy_auth_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 51 void qq_process_add_buddy_auth_reply(guint8 *data, gint data_len, PurpleConnection *gc);
52 PurpleBuddy *qq_add_buddy_by_recv_packet(PurpleConnection *gc, guint32 uid, gboolean is_known, gboolean create); 52 PurpleBuddy *qq_add_buddy_by_recv_packet(PurpleConnection *gc, guint32 uid, gboolean is_known, gboolean create);
53 void qq_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group); 53 void qq_add_buddy(PurpleConnection *gc, PurpleBuddy *buddy, PurpleGroup *group);
54 54
55 PurpleGroup *qq_get_purple_group(const gchar *group_name); 55 PurpleGroup *qq_get_purple_group(const gchar *group_name);
56 56

mercurial