diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-08 11:39:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-08 11:39:48 +0300 |
commit | e43bc3ac3858d57969e86e400fa0c8f980373cc1 (patch) | |
tree | 4060519e74f7a46e3d1692eb78a983cfb71ad5cd /protocols/MSN/src/msn_proto.cpp | |
parent | bd864aa049acee3bd236858b29ab5e219bf79b62 (diff) |
more slack removed
Diffstat (limited to 'protocols/MSN/src/msn_proto.cpp')
-rw-r--r-- | protocols/MSN/src/msn_proto.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp index 1858516acc..bd26e678a3 100644 --- a/protocols/MSN/src/msn_proto.cpp +++ b/protocols/MSN/src/msn_proto.cpp @@ -21,10 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
#include "msn_proto.h"
-int msn_httpGatewayInit(HNETLIBCONN hConn, NETLIBOPENCONNECTION *nloc, NETLIBHTTPREQUEST *nlhr);
-int msn_httpGatewayWrapSend(HNETLIBCONN hConn, PBYTE buf, int len, int flags);
-PBYTE msn_httpGatewayUnwrapRecv(NETLIBHTTPREQUEST *nlhr, PBYTE buf, int len, int *outBufLen, void *(*)(void*, size_t));
-
static int CompareLists(const MsnContact *p1, const MsnContact *p2)
{
return _stricmp(p1->email, p2->email);
|