]> granicus.if.org Git - curl/commit
Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:36:18 +0000 (12:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Aug 2001 12:36:18 +0000 (12:36 +0000)
commit2cf45f68b095f478a8a80a2acb5e0ea54e49db70
tree00e5795a45f14d2ea98f334cc31f850c251bc51e
parent7950a954011e5bf5acc3a5ca1627a28d41ff0ec7
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.
lib/formdata.c
lib/formdata.h
lib/http.c