| 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); |