src/conversation.h

changeset 9939
9a2960bb4600
parent 9846
61f7349c153a
child 10008
1de3454a0dca
--- a/src/conversation.h	Thu Sep 02 18:41:03 2004 +0000
+++ b/src/conversation.h	Thu Sep 02 19:01:33 2004 +0000
@@ -1186,10 +1186,11 @@
 /**
  * Adds a user to a chat.
  *
- * @param chat      The chat.
- * @param user      The user to add.
- * @param extra_msg An extra message to display with the join message.
- * @param flags     The users flags
+ * @param chat        The chat.
+ * @param user        The user to add.
+ * @param extra_msg   An extra message to display with the join message.
+ * @param flags       The users flags
+ * @param new_arrival Decides whether or not to show a join notice.
  */
 void gaim_conv_chat_add_user(GaimConvChat *chat, const char *user,
 							 const char *extra_msg, GaimConvChatBuddyFlags flags,

mercurial