comparison src/protocols/yahoo/yahoochat.h @ 8113:d60272410bd5

[gaim-migrate @ 8817] Tim 'marv' Ringenbach wrote us a wonderful core/ui split chat room list thing-a-ma-jig. I've taken the liberty of adding jabber support to it as well. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 15 Jan 2004 22:20:29 +0000
parents fa6395637e2c
children 058efd3cb86f
comparison
equal deleted inserted replaced
8112:67387ec77301 8113:d60272410bd5
23 */ 23 */
24 24
25 #ifndef _YAHOOCHAT_H_ 25 #ifndef _YAHOOCHAT_H_
26 #define _YAHOOCHAT_H_ 26 #define _YAHOOCHAT_H_
27 27
28 #include "roomlist.h"
29
28 void yahoo_process_conference_invite(GaimConnection *gc, struct yahoo_packet *pkt); 30 void yahoo_process_conference_invite(GaimConnection *gc, struct yahoo_packet *pkt);
29 void yahoo_process_conference_decline(GaimConnection *gc, struct yahoo_packet *pkt); 31 void yahoo_process_conference_decline(GaimConnection *gc, struct yahoo_packet *pkt);
30 void yahoo_process_conference_logon(GaimConnection *gc, struct yahoo_packet *pkt); 32 void yahoo_process_conference_logon(GaimConnection *gc, struct yahoo_packet *pkt);
31 void yahoo_process_conference_logoff(GaimConnection *gc, struct yahoo_packet *pkt); 33 void yahoo_process_conference_logoff(GaimConnection *gc, struct yahoo_packet *pkt);
32 void yahoo_process_conference_message(GaimConnection *gc, struct yahoo_packet *pkt); 34 void yahoo_process_conference_message(GaimConnection *gc, struct yahoo_packet *pkt);
45 void yahoo_c_join(GaimConnection *gc, GHashTable *data); 47 void yahoo_c_join(GaimConnection *gc, GHashTable *data);
46 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); 48 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name);
47 49
48 void yahoo_chat_goto(GaimConnection *gc, const char *name); 50 void yahoo_chat_goto(GaimConnection *gc, const char *name);
49 51
52 /* room listing functions */
53 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc);
54 void yahoo_roomlist_cancel(GaimRoomlist *list);
55 void yahoo_roomlist_expand_catagory(GaimRoomlist *list, GaimRoomlistRoom *catagory);
56
50 #endif /* _YAHOO_CHAT_H_ */ 57 #endif /* _YAHOO_CHAT_H_ */