Mercurial > pidgin
diff libpurple/protocols/msn/msg.c @ 30767:e5e712cf9f7e
Drop Binary from the struct name.
| author | masca@cpw.pidgin.im |
|---|---|
| date | Thu, 03 Jun 2010 21:50:45 +0000 |
| parents | c2e911eeffc9 |
| children | fbb44d46c7a6 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msg.c Thu Jun 03 21:44:36 2010 +0000 +++ b/libpurple/protocols/msn/msg.c Thu Jun 03 21:50:45 2010 +0000 @@ -163,7 +163,7 @@ void msn_message_parse_slp_body(MsnMessage *msg, const char *body, size_t len) { - MsnP2PBinaryHeader header; + MsnP2PHeader header; const char *tmp; int body_len; @@ -298,7 +298,7 @@ if (content_type != NULL && !strcmp(content_type, "application/x-msnmsgrp2p")) { - MsnP2PBinaryHeader header; + MsnP2PHeader header; MsnP2PFooter footer; int body_len; @@ -384,7 +384,7 @@ char * msn_message_gen_slp_body(MsnMessage *msg, size_t *ret_size) { - MsnP2PBinaryHeader header; + MsnP2PHeader header; char *tmp, *base; const void *body; @@ -475,7 +475,7 @@ if (msg->msnslp_message) { - MsnP2PBinaryHeader header; + MsnP2PHeader header; MsnP2PFooter footer; header.session_id = GUINT32_TO_LE(msg->msnslp_header.session_id);
