--- 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);