libpurple/protocols/msn/directconn.h

branch
soc.2010.msn-tlc
changeset 30971
39a254a27343
parent 30969
9efd0301a05a
child 30978
8cd2c51345d5
--- a/libpurple/protocols/msn/directconn.h	Thu Jun 03 21:44:36 2010 +0000
+++ b/libpurple/protocols/msn/directconn.h	Thu Jun 03 21:50:45 2010 +0000
@@ -100,7 +100,7 @@
 	GQueue  *out_queue; /**< The outgoing packet queue */
 	int     msg_pos;    /**< The position of next byte to be sent in the actual packet */
 
-	MsnP2PBinaryHeader    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