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/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 7403bd731..aa00c7210 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -791,7 +791,7 @@ struct UserDefined { off_t set_resume_from; /* continue [ftp] transfer from here */ char *cookie; /* HTTP cookie string to send */ struct curl_slist *headers; /* linked list of extra headers */ - struct HttpPost *httppost; /* linked list of POST data */ + struct curl_httppost *httppost; /* linked list of POST data */ char *cert; /* certificate */ char *cert_type; /* format for certificate (default: PEM) */ char *key; /* private key */ -- cgit v1.2.3