--- a/src/conversation.h Fri Aug 08 02:34:13 2003 +0000 +++ b/src/conversation.h Fri Aug 08 19:48:50 2003 +0000 @@ -1109,6 +1109,13 @@ void gaim_chat_remove_users(GaimChat *chat, GList *users, const char *reason); /** + * Clears all users from a chat. + * + * @param chat The chat. + */ +void gaim_chat_clear_users(GaimChat *chat); + +/** * Finds a chat with the specified chat ID. * * @param gc The gaim_connection.