diff options
Diffstat (limited to 'docs/libcurl.3')
-rw-r--r-- | docs/libcurl.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/libcurl.3 b/docs/libcurl.3 index 445ee73eb..94de31d3e 100644 --- a/docs/libcurl.3 +++ b/docs/libcurl.3 @@ -53,11 +53,14 @@ portable environment variable reader .B curl_easy_getinfo() get information about a performed transfer .TP -.B curl_formparse() +.B curl_formadd() helps building a HTTP form POST .TP +.B curl_formparse() +helps building a HTTP form POST (deprecated since 7.9 use curl_formadd()!) +.TP .B curl_formfree() -free a list built with curl_formparse() +free a list built with curl_formparse()/curl_formadd() .TP .B curl_slist_append() builds a linked list |