mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch.
This commit is contained in:
parent
7950a95401
commit
2cf45f68b0
3 changed files with 8 additions and 6 deletions
|
|
@ -49,6 +49,6 @@ int Curl_FormReader(char *buffer,
|
|||
|
||||
char *Curl_FormBoundary(void);
|
||||
|
||||
void Curl_FormFree(struct FormData *);
|
||||
void Curl_formclean(struct FormData *);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue