diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-12 13:19:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-12 13:19:09 +0000 |
commit | 54778134e47a4c4566e938709be7d315dd5184ef (patch) | |
tree | 5eff085f8e105e9595a14fd09dab1014f49861f3 /docs | |
parent | c59baa06f08856ad097ba592dfed512e36f5be08 (diff) |
corrected the prototype
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl_formparse.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl_formparse.3 b/docs/curl_formparse.3 index 09a1afc71..a5d50c161 100644 --- a/docs/curl_formparse.3 +++ b/docs/curl_formparse.3 @@ -2,13 +2,13 @@ .\" nroff -man [file] .\" Written by daniel@haxx.se .\" -.TH curl_formparse 3 "6 June 2000" "Curl 7.0" "libcurl Manual" +.TH curl_formparse 3 "8 February 2001" "Curl 7.0" "libcurl Manual" .SH NAME curl_formparse - add a section to a multipart/formdata HTTP POST .SH SYNOPSIS .B #include <curl/curl.h> .sp -.BI "CURLcode *curl_formparse(char *" string, "struct HttpPost **" firstitem, +.BI "CURLcode curl_formparse(char *" string, "struct HttpPost **" firstitem, .BI "struct HttpPost ** "lastitem ");" .ad .SH DESCRIPTION |