From e43bc3ac3858d57969e86e400fa0c8f980373cc1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Feb 2019 11:39:48 +0300 Subject: more slack removed --- protocols/MSN/src/msn_proto.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/MSN/src/msn_proto.cpp') 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 . #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); -- cgit v1.2.3