mirror of
https://github.com/curl/curl.git
synced 2026-07-25 16:27:16 +03:00
curl_free proto added
This commit is contained in:
parent
6883f0c49f
commit
e399502c7a
1 changed files with 3 additions and 0 deletions
|
|
@ -778,6 +778,9 @@ char *curl_version(void);
|
|||
* allocated string or NULL if an error occurred. */
|
||||
char *curl_escape(const char *string, int length);
|
||||
char *curl_unescape(const char *string, int length);
|
||||
/* 20020912 WJM. Provide for a de-allocation in the same translation unit
|
||||
that did the allocation. Added in libcurl 7.10 */
|
||||
void curl_free(void *p);
|
||||
|
||||
/* curl_global_init() should be invoked exactly once for each application that
|
||||
uses libcurl */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue