diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-04 14:14:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-04 14:14:01 +0000 |
commit | dcf04c9a2c3351896897ac22b797e0d6d3e1145f (patch) | |
tree | 4a8f6609ca589eac5896d25aa03220ed3bf9c670 /include/delphi/m_netlib.inc | |
parent | a83f744f5fdb10989a27e7f27522048bc756b61e (diff) |
MS_NETLIB_URLENCODE isn't used anyway, die the annoying clutch
git-svn-id: http://svn.miranda-ng.org/main/trunk@4882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_netlib.inc')
-rw-r--r-- | include/delphi/m_netlib.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/delphi/m_netlib.inc b/include/delphi/m_netlib.inc index 3c86e7517b..e4b2baf949 100644 --- a/include/delphi/m_netlib.inc +++ b/include/delphi/m_netlib.inc @@ -488,16 +488,6 @@ const }
MS_NETLIB_GETSOCKET:PAnsiChar = 'Netlib/GetSocket';
- {
- wParam : 0
- lParam : Pointer to a null terminated string
- Affects: URL-encodes a string for x-www-form-urlencoded (and other uses) -- see notes
- Returns: A pointer to a null terminated string, NULL(0) on failure
- Notes : The returned string must be freed after it's no longer needed using mir_free
- Errors : ERROR_INVALID_PARAMETER, ERROR_OUTOFMEMORY
- }
- MS_NETLIB_URLENCODE:PAnsiChar = 'Netlib/UrlEncode';
-
{
Converts string representation of IP and port into numerical SOCKADDR_INET
IPv4 could supplied in formats address:port or address
|