diff src/protocols/jabber/chat.h @ 7974:415df6fa0395

[gaim-migrate @ 8651] jabber /part support (with /part messages!) the list of the cool jabber chat stuff I can do w/o certain extras from people who know who they are is getting shorter and shorter committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 02 Jan 2004 15:34:04 +0000
parents ac01b7d67ff9
children d60272410bd5
line wrap: on
line diff
--- a/src/protocols/jabber/chat.h	Fri Jan 02 08:15:52 2004 +0000
+++ b/src/protocols/jabber/chat.h	Fri Jan 02 15:34:04 2004 +0000
@@ -57,6 +57,7 @@
 void jabber_chat_change_topic(JabberChat *chat, const char *topic);
 void jabber_chat_set_topic(GaimConnection *gc, int id, const char *topic);
 void jabber_chat_change_nick(JabberChat *chat, const char *nick);
+void jabber_chat_part(JabberChat *chat, const char *msg);
 
 
 #endif /* _GAIM_JABBER_CHAT_H_ */