changeset 13291:ac98e3641df6

[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 <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 15 Feb 2006 18:30:12 +0000
parents 04e78ed1669b
children 94255f5568d8
files plugins/perl/common/Conversation.xs
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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