Commit 476e0502 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the curl_formparse() function was turned lowercase

parent ecb2b95b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{