mirror of
https://github.com/curl/curl.git
synced 2026-07-15 23:57:20 +03:00
the curl_formparse() function was turned lowercase
This commit is contained in:
parent
ecb2b95b1c
commit
476e0502ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue