--- a/src/protocols/jabber/chat.h Sun Feb 12 04:22:16 2006 +0000 +++ b/src/protocols/jabber/chat.h Sun Feb 12 04:35:35 2006 +0000 @@ -79,6 +79,8 @@ const char *why); gboolean jabber_chat_affiliate_user(JabberChat *chat, const char *who, const char *affiliation); +gboolean jabber_chat_role_user(JabberChat *chat, const char *who, + const char *role); gboolean jabber_chat_kick_user(JabberChat *chat, const char *who, const char *why);