diff src/conversation.h @ 6414:874a5c9f4eb8

[gaim-migrate @ 6921] Added gaim_chat_clear_users(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 08 Aug 2003 19:48:50 +0000
parents ba0b99a72be2
children 70d5122bc3ff
line wrap: on
line diff
--- 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.