aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-05 08:24:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-05 08:24:18 +0000
commit476e0502ad4effcf7e69334426b5c8902088c7e9 (patch)
treeec5f209d047c1a0ce2c402da6b76d3140bc38d9c
parentecb2b95b1cef4c913fcf2b19e79e474c299f5a20 (diff)
the curl_formparse() function was turned lowercase
-rw-r--r--lib/formdata.c2
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)
{