diff -r f1d1001702be -r 08ec901d48fb src/protocols/jabber/chat.h --- 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_ */