diff libpurple/conversation.h @ 19706:7ea794e7cec3

Keep the message history in PurpleConversation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 10 Sep 2007 17:08:36 +0000
parents f3e0b1221765
children 6bf32c9e15a7
line wrap: on
line diff
--- a/libpurple/conversation.h	Mon Sep 10 14:47:42 2007 +0000
+++ b/libpurple/conversation.h	Mon Sep 10 17:08:36 2007 +0000
@@ -327,7 +327,7 @@
 	GHashTable *data;                        /**< Plugin-specific data.   */
 
 	PurpleConnectionFlags features; /**< The supported features */
-
+	GList *message_history;         /**< Message history, as a GList of PurpleConvMessage's */
 };
 
 #ifdef __cplusplus