libpurple/protocols/qq/group_join.h

changeset 24018
91f0294f2377
parent 23190
ce258cadbd9e
child 24019
c0801ae3c886
equal deleted inserted replaced
24017:c413ed3e4bdb 24018:91f0294f2377
43 43
44 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_group *group, guint8 opt, guint32 uid, const gchar *reason_utf8); 44 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_group *group, guint8 opt, guint32 uid, const gchar *reason_utf8);
45 void qq_group_join(PurpleConnection *gc, GHashTable *data); 45 void qq_group_join(PurpleConnection *gc, GHashTable *data);
46 void qq_send_cmd_group_join_group(PurpleConnection *gc, qq_group *group); 46 void qq_send_cmd_group_join_group(PurpleConnection *gc, qq_group *group);
47 void qq_group_exit(PurpleConnection *gc, GHashTable *data); 47 void qq_group_exit(PurpleConnection *gc, GHashTable *data);
48 void qq_send_cmd_group_exit_group(PurpleConnection *gc, qq_group *group);
49 void qq_process_group_cmd_exit_group(guint8 *data, gint len, PurpleConnection *gc); 48 void qq_process_group_cmd_exit_group(guint8 *data, gint len, PurpleConnection *gc);
50 void qq_process_group_cmd_join_group_auth(guint8 *data, gint len, PurpleConnection *gc); 49 void qq_process_group_cmd_join_group_auth(guint8 *data, gint len, PurpleConnection *gc);
51 void qq_process_group_cmd_join_group(guint8 *data, gint len, PurpleConnection *gc); 50 void qq_process_group_cmd_join_group(guint8 *data, gint len, PurpleConnection *gc);
52 51
53 #endif 52 #endif

mercurial