From 1e13a939b177960b7048b8532205bc369501d399 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 Mar 2013 22:01:00 +0000 Subject: char* mir_urlEncode(const char *szUrl) added git-svn-id: http://svn.miranda-ng.org/main/trunk@4180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_netlib.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/!NotAdopted/Chess4Net') diff --git a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_netlib.inc b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_netlib.inc index 8c5f37ef9c..6ce0ca8e9e 100644 --- a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_netlib.inc +++ b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_netlib.inc @@ -458,9 +458,7 @@ const 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, - to do this Miranda's process heap must be used (under the WINAPI), e.g. - HeapFree(GetProcessHeap(), 0, the_returned_string) + 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 = 'Netlib/UrlEncode'; -- cgit v1.2.3