use the proper type for formposts, not the deprecated one

This commit is contained in:
Daniel Stenberg 2004-01-22 11:54:00 +00:00
parent 252423a725
commit e5cd0cc402
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ int Curl_FormInit(struct Form *form, struct FormData *formdata );
CURLcode
Curl_getFormData(struct FormData **,
struct HttpPost *post,
struct curl_httppost *post,
int *size);
/* fread() emulation */