diff options
-rw-r--r-- | lib/formdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c index fb6ad0f69..4eb2d94c2 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -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) { |