comparison src/protocols/jabber/chat.h @ 7895:ddd80ffd3815

[gaim-migrate @ 8555] wanted to get this committed before I went home committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 19 Dec 2003 08:33:03 +0000
parents 08cef5988410
children e87e7d9d0132
comparison
equal deleted inserted replaced
7894:8a9f0754f0be 7895:ddd80ffd3815
49 gboolean jabber_chat_find_buddy(GaimConversation *conv, const char *name); 49 gboolean jabber_chat_find_buddy(GaimConversation *conv, const char *name);
50 void jabber_chat_invite(GaimConnection *gc, int id, const char *message, 50 void jabber_chat_invite(GaimConnection *gc, int id, const char *message,
51 const char *name); 51 const char *name);
52 void jabber_chat_leave(GaimConnection *gc, int id); 52 void jabber_chat_leave(GaimConnection *gc, int id);
53 char *jabber_chat_buddy_real_name(GaimConnection *gc, int id, const char *who); 53 char *jabber_chat_buddy_real_name(GaimConnection *gc, int id, const char *who);
54 void jabber_chat_start_room_configure(JabberChat *chat);
55 void jabber_chat_create_instant_room(JabberChat *chat);
54 56
55 57
56 #endif /* _GAIM_JABBER_CHAT_H_ */ 58 #endif /* _GAIM_JABBER_CHAT_H_ */