libpurple/protocols/msn/directconn.h

branch
soc.2010.msn-tlc
changeset 30981
9ec240818c7a
parent 30349
26be44d0f764
parent 30978
8cd2c51345d5
child 30996
2afd1b24e823
--- a/libpurple/protocols/msn/directconn.h	Wed Jun 02 20:51:24 2010 +0000
+++ b/libpurple/protocols/msn/directconn.h	Sun Jun 06 21:27:12 2010 +0000
@@ -34,6 +34,7 @@
 #include "slp.h"
 #include "slplink.h"
 #include "slpmsg.h"
+#include "p2p.h"
 
 typedef enum
 {
@@ -100,7 +101,7 @@
 	GQueue  *out_queue; /**< The outgoing packet queue */
 	int     msg_pos;    /**< The position of next byte to be sent in the actual packet */
 
-	MsnSlpHeader    header; /**< SLP header for parsing / serializing */
+	MsnP2PHeader    header; /**< SLP header for parsing / serializing */
 
 	/** The callback used for sending information to the peer about the opened socket */
 	void (*send_connection_info_msg_cb)(MsnDirectConn *);

mercurial