From 6b33a5f954c11d77c82ead15e3e5560ca8568c42 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Mar 2004 21:41:10 +0000 Subject: use the correct struct --- docs/examples/postit2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/postit2.c') diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index a46f0a71b..d1ecadd61 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -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:"; -- cgit v1.2.3