diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-06-05 08:24:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-06-05 08:24:18 +0000 |
commit | 476e0502ad4effcf7e69334426b5c8902088c7e9 (patch) | |
tree | ec5f209d047c1a0ce2c402da6b76d3140bc38d9c /lib | |
parent | ecb2b95b1cef4c913fcf2b19e79e474c299f5a20 (diff) | |
download | curl-476e0502ad4effcf7e69334426b5c8902088c7e9.tar.gz |
the curl_formparse() function was turned lowercase
Diffstat (limited to 'lib')
-rw-r--r-- | lib/formdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c index fb6ad0f69..4eb2d94c2 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -102,7 +102,7 @@ static void GetStr(char **string, * ***************************************************************************/ -int curl_FormParse(char *input, +int curl_formparse(char *input, struct HttpPost **httppost, struct HttpPost **last_post) { |