diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-01-15 21:04:05 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-01-15 21:04:05 +0000 |
commit | 45ed02f2c6064fa41d59c01f457565365d22ae59 (patch) | |
tree | 27740fbe37fb0d1b09751491ffa88547de12352e /include/delphi/m_netlib.inc | |
parent | c1173e359c7c5ec3c173a0402716c2a53af607ef (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@7669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_netlib.inc')
-rw-r--r-- | include/delphi/m_netlib.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/include/delphi/m_netlib.inc b/include/delphi/m_netlib.inc index e4b2baf949..81f6464a00 100644 --- a/include/delphi/m_netlib.inc +++ b/include/delphi/m_netlib.inc @@ -235,17 +235,6 @@ type TNetlibNewConnectionProc = procedure(hNewConnection:THandle; dwRemoveIP:DWORD); cdecl;
TNetlibNewConnectionProc_V2 = procedure(hNewConnection:THandle; dwRemoveIP:DWORD; pExtra:pointer); cdecl;
- PNETLIBBINDOLD = ^TNETLIBBINDOLD;
- TNETLIBBINDOLD = record
- cbSize: int;
- pfnNewConnection:TNetlibNewConnectionProc; // function to call when there's
- // a new connection, dwRemoteIP is
- // in host byte order -- the handle
- // is to the new connection
- dwInternalIP: DWORD; // set on return, host byte order
- wPort: WORD; // set on return, host byte order
- end;
-
PNETLIBBIND = ^TNETLIBBIND;
TNETLIBBIND = record
cbSize:int;
@@ -496,7 +485,7 @@ const lParam=(LPARAM)(SOCKADDR_INET*) numeric IP address structure
Returns 0 on success
}
- MS_NETLIB_STARINGTOADDRESS:PAnsiChar = 'Netlib/StringToAddress';
+ MS_NETLIB_STRINGTOADDRESS:PAnsiChar = 'Netlib/StringToAddress';
{
Converts numerical representation of IP in SOCKADDR_INET into string representation with IP and port
|