the curl_formparse() function was turned lowercase

This commit is contained in:
Daniel Stenberg 2000-06-05 08:24:18 +00:00
parent ecb2b95b1c
commit 476e0502ad
1 changed files with 1 additions and 1 deletions

View 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)
{