]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
the curl_formparse() function was turned lowercase
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jun 2000 08:24:18 +0000 (08:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Jun 2000 08:24:18 +0000 (08:24 +0000)
lib/formdata.c

index fb6ad0f69c2fdde59c5c8d56e18312219d0e9160..4eb2d94c29fe4290f4abbda01df877e56979dba9 100644 (file)
@@ -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)
 {