diff src/protocols/jabber/chat.h @ 7972:ac01b7d67ff9

[gaim-migrate @ 8649] yay, /nick for jabber i'll be really happy if marv finishes /command support for the core soon ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 02 Jan 2004 07:34:26 +0000
parents 6fca0d9cc98b
children 415df6fa0395
line wrap: on
line diff
--- a/src/protocols/jabber/chat.h	Fri Jan 02 06:16:44 2004 +0000
+++ b/src/protocols/jabber/chat.h	Fri Jan 02 07:34:26 2004 +0000
@@ -56,6 +56,7 @@
 void jabber_chat_register(JabberChat *chat);
 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);
 
 
 #endif /* _GAIM_JABBER_CHAT_H_ */