use the correct struct

This commit is contained in:
Daniel Stenberg 2004-03-28 21:41:10 +00:00
parent ed22afe5fb
commit 6b33a5f954
1 changed files with 2 additions and 2 deletions

View File

@ -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:";