Skip to content
Snippets Groups Projects
Commit 6b33a5f9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use the correct struct

parent ed22afe5
No related branches found
No related tags found
No related merge requests found
......@@ -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:";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment