src/protocols/yahoo/yahoochat.h

changeset 9782
4f0e4049d3f4
parent 9768
318bcd935ca5
child 9917
2fbb3c9fab2b
equal deleted inserted replaced
9781:6f438a300f0a 9782:4f0e4049d3f4
46 GList *yahoo_c_info(GaimConnection *gc); 46 GList *yahoo_c_info(GaimConnection *gc);
47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name); 47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name);
48 void yahoo_c_join(GaimConnection *gc, GHashTable *data); 48 void yahoo_c_join(GaimConnection *gc, GHashTable *data);
49 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); 49 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name);
50 50
51 void yahoo_conf_leave(struct yahoo_data *yd, const char *room, const char *dn, GList *who);
52
51 void yahoo_chat_goto(GaimConnection *gc, const char *name); 53 void yahoo_chat_goto(GaimConnection *gc, const char *name);
52 54
53 /* room listing functions */ 55 /* room listing functions */
54 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc); 56 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc);
55 void yahoo_roomlist_cancel(GaimRoomlist *list); 57 void yahoo_roomlist_cancel(GaimRoomlist *list);

mercurial