diff libpurple/protocols/msn/msg.h @ 30784:320c0852b5cc

Drop slp header and footer from MsnMessage in favor of MsnSlpMessage->header and footer.
author masca@cpw.pidgin.im
date Tue, 08 Jun 2010 21:26:39 +0000
parents e5e712cf9f7e
children 155db1253acf
line wrap: on
line diff
--- a/libpurple/protocols/msn/msg.h	Tue Jun 08 21:21:49 2010 +0000
+++ b/libpurple/protocols/msn/msg.h	Tue Jun 08 21:26:39 2010 +0000
@@ -58,7 +58,7 @@
 #include "session.h"
 #include "transaction.h"
 #include "user.h"
-#include "p2p.h"
+#include "slpmsg.h"
 
 typedef void (*MsnMsgCb)(MsnMessage *, void *data);
 
@@ -78,6 +78,7 @@
 	MsnMsgType type;
 
 	gboolean msnslp_message;
+	MsnSlpMessage *slpmsg;
 
 	char *remote_user;
 	char flag;
@@ -89,9 +90,6 @@
 	guint total_chunks;   /**< How many chunks in this multi-part message */
 	guint received_chunks; /**< How many chunks we've received so far */
 
-	MsnP2PHeader msnslp_header;
-	MsnP2PFooter msnslp_footer;
-
 	GHashTable *header_table;
 	GList *header_list;