src/conversation.h

changeset 12463
8d8c5436803a
parent 12216
d80739091a63
child 12618
b83b6bab0703
--- a/src/conversation.h	Mon Dec 12 07:35:33 2005 +0000
+++ b/src/conversation.h	Mon Dec 12 07:35:43 2005 +0000
@@ -152,7 +152,8 @@
 	                   const char *message, GaimMessageFlags flags,
 	                   time_t mtime);
 
-	void (*chat_add_users)(GaimConversation *conv, GList *users, GList *flags, GList *aliases);
+	void (*chat_add_users)(GaimConversation *conv, GList *users,
+						   GList *flags, GList *aliases, gboolean new_arrivals);
 	void (*chat_rename_user)(GaimConversation *conv, const char *old_name,
 	                         const char *new_name, const char *new_alias);
 	void (*chat_remove_user)(GaimConversation *conv, const char *user);

mercurial