Mercurial > pidgin.yaz
diff libpurple/protocols/msn/directconn.h @ 31203:4a8ebd7ed879
Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 03 Jun 2010 21:41:43 +0000 |
parents | 3dac28d77320 |
children | e5e712cf9f7e |
line wrap: on
line diff
--- a/libpurple/protocols/msn/directconn.h Thu Jun 03 21:18:53 2010 +0000 +++ b/libpurple/protocols/msn/directconn.h Thu Jun 03 21:41:43 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 */ - MsnSlpHeader header; /**< SLP header for parsing / serializing */ + MsnP2PBinaryHeader 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 *);