From 476e0502ad4effcf7e69334426b5c8902088c7e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 5 Jun 2000 08:24:18 +0000 Subject: [PATCH] the curl_formparse() function was turned lowercase --- lib/formdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {