mirror of
https://github.com/curl/curl.git
synced 2026-07-15 23:57:20 +03:00
parent
be5f6c3124
commit
72d4f7d8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ curl_free - reclaim memory that has been obtained through a libcurl call
|
|||
.nf
|
||||
#include <curl/curl.h>
|
||||
|
||||
void curl_free(char *ptr);
|
||||
void curl_free(void *ptr);
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
curl_free reclaims memory that has been obtained through a libcurl call. Use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue