mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
use the correct struct
This commit is contained in:
parent
ed22afe5fb
commit
6b33a5f954
@ -33,8 +33,8 @@ int main(int argc, char *argv[])
|
||||
CURL *curl;
|
||||
CURLcode res;
|
||||
|
||||
struct HttpPost *formpost=NULL;
|
||||
struct HttpPost *lastptr=NULL;
|
||||
struct curl_httppost *formpost=NULL;
|
||||
struct curl_httppost *lastptr=NULL;
|
||||
struct curl_slist *headerlist=NULL;
|
||||
char buf[] = "Expect:";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user