# HG changeset patch # User Etan Reisner # Date 1140028212 0 # Node ID ac98e3641df657f5136966fc5ac0742a983d61bf # Parent 04e78ed1669bcfec944d99eac405e2ff000bd801 [gaim-migrate @ 15657] A comment in the plugin tracker tipped me off that this was missing. So here it is, totally untested but it compiles. committer: Tailor Script diff -r 04e78ed1669b -r ac98e3641df6 plugins/perl/common/Conversation.xs --- a/plugins/perl/common/Conversation.xs Tue Feb 14 19:43:23 2006 +0000 +++ b/plugins/perl/common/Conversation.xs Wed Feb 15 18:30:12 2006 +0000 @@ -327,6 +327,14 @@ const char * message void +gaim_conv_chat_write(chat, who, message, flags, mtime) + Gaim::Conversation::Chat chat + const char *who + const char *message + Gaim::MessageFlags flags + time_t mtime + +void gaim_conv_chat_add_users(chat, users, extra_msgs, flags, new_arrivals) Gaim::Conversation::Chat chat SV * users