From: Daniel Stenberg Date: Mon, 5 Jun 2000 08:24:18 +0000 (+0000) Subject: the curl_formparse() function was turned lowercase X-Git-Tag: curl-7_1_1~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476e0502ad4effcf7e69334426b5c8902088c7e9;p=thirdparty%2Fcurl.git the curl_formparse() function was turned lowercase --- diff --git a/lib/formdata.c b/lib/formdata.c index fb6ad0f69c..4eb2d94c29 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) {