| 50 void yahoo_chat_goto(GaimConnection *gc, const char *name); |
50 void yahoo_chat_goto(GaimConnection *gc, const char *name); |
| 51 |
51 |
| 52 /* room listing functions */ |
52 /* room listing functions */ |
| 53 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc); |
53 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc); |
| 54 void yahoo_roomlist_cancel(GaimRoomlist *list); |
54 void yahoo_roomlist_cancel(GaimRoomlist *list); |
| 55 void yahoo_roomlist_expand_catagory(GaimRoomlist *list, GaimRoomlistRoom *catagory); |
55 void yahoo_roomlist_expand_category(GaimRoomlist *list, GaimRoomlistRoom *category); |
| 56 |
56 |
| 57 #endif /* _YAHOO_CHAT_H_ */ |
57 #endif /* _YAHOO_CHAT_H_ */ |