diff libpurple/protocols/msn/slpmsg.h @ 31218:b98d1ca8422d

This bits belong to SlpMessage, lets handle here, also I think it's easier to manage this bits being a pointer.
author masca@cpw.pidgin.im
date Tue, 08 Jun 2010 01:40:39 +0000
parents 69077f3993f6
children 74e372b31486
line wrap: on
line diff
--- a/libpurple/protocols/msn/slpmsg.h	Sun Jun 06 21:27:12 2010 +0000
+++ b/libpurple/protocols/msn/slpmsg.h	Tue Jun 08 01:40:39 2010 +0000
@@ -45,6 +45,9 @@
 	MsnSlpLink *slplink; /**< The slplink through which this slp message is being sent. */
 	MsnSession *session;
 
+	MsnP2PHeader *header;
+	MsnP2PFooter *footer;
+
 	long session_id;
 	long id;
 	long ack_id;