diff src/conversation.h @ 11869:3ba50c385299

[gaim-migrate @ 14160] This should make joining big channels a bit quicker/more efficient. It was really bad before, now it's just bad. My crude testing showed it shaved a few hundred thousand library calls of joining #gaim, so it can't be too bad. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 28 Oct 2005 01:46:12 +0000
parents 04e0189bb519
children 8140885c022c
line wrap: on
line diff
--- a/src/conversation.h	Thu Oct 27 21:48:05 2005 +0000
+++ b/src/conversation.h	Fri Oct 28 01:46:12 2005 +0000
@@ -151,7 +151,7 @@
 	                   const char *message, GaimMessageFlags flags,
 	                   time_t mtime);
 
-	void (*chat_add_users)(GaimConversation *conv, GList *users, GList *aliases);
+	void (*chat_add_users)(GaimConversation *conv, GList *users, GList *flags, GList *aliases);
 	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);