diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-15 17:29:09 +0000 |
commit | 6cd8cc0b3461df48269fac24aad474154fb040b2 (patch) | |
tree | d1d1ee4cd41dcbf6a163d7c0327830d9db9a2d03 /include/m_netlib.h | |
parent | 2b49f2b34e0e3cbcda608c07e5cb206c9fa01c9a (diff) |
include: tabs over spaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@2317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_netlib.h')
-rw-r--r-- | include/m_netlib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h index cad9343aad..83b469e9c0 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -199,8 +199,8 @@ typedef struct { char *szIncomingPorts; // can be NULL. Of form "1024-1050, 1060-1070, 2000"
int specifyOutgoingPorts; // 0.3.3a+
char *szOutgoingPorts; // 0.3.3a+
- int enableUPnP; // 0.6.1+ only for NUF_INCOMING
- int validateSSL;
+ int enableUPnP; // 0.6.1+ only for NUF_INCOMING
+ int validateSSL;
} NETLIBUSERSETTINGS;
#define MS_NETLIB_GETUSERSETTINGS "Netlib/GetUserSettings"
@@ -742,7 +742,7 @@ typedef struct { typedef struct
{
- int cbSize;
+ int cbSize;
const char *host; //Expected host name
int flags; //Reserved
} NETLIBSSL;
@@ -887,7 +887,7 @@ static __inline char* Netlib_NtlmCreateResponse2(HANDLE hProvider, char* szChall // lParam: NETLIBUSER* - points to the protocol definition
typedef struct {
- NETLIBBUFFER* nlb; // pointer to the request buffer
+ NETLIBBUFFER* nlb; // pointer to the request buffer
int result; // amount of bytes really sent/received
}
NETLIBNOTIFY;
|