From e5cd0cc402c32e98a5180e66d6635da87bc55262 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 11:54:00 +0000 Subject: use the proper type for formposts, not the deprecated one --- lib/formdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/formdata.h') diff --git a/lib/formdata.h b/lib/formdata.h index 38aef434c..4da6bc6ae 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -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 */ -- cgit v1.2.3