src/conversation.h

changeset 6414
f78eb072fcc0
parent 6407
d67b6a6ba7d2
child 6485
3c7ba18e32f1
--- 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.

mercurial