Skip to content
Snippets Groups Projects
Commit 476e0502 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the curl_formparse() function was turned lowercase

parent ecb2b95b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment