projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed22afe
)
use the correct struct
author
Daniel Stenberg
<daniel@haxx.se>
Sun, 28 Mar 2004 21:41:10 +0000
(21:41 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Sun, 28 Mar 2004 21:41:10 +0000
(21:41 +0000)
docs/examples/postit2.c
patch
|
blob
|
history
diff --git
a/docs/examples/postit2.c
b/docs/examples/postit2.c
index a46f0a71bae98a3dd246e59cf2fad5100d506801..d1ecadd61c3b761382c5e68eaa855d25001bfc4e 100644
(file)
--- 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
HttpP
ost *formpost=NULL;
- struct
HttpP
ost *lastptr=NULL;
+ struct
curl_httpp
ost *formpost=NULL;
+ struct
curl_httpp
ost *lastptr=NULL;
struct curl_slist *headerlist=NULL;
char buf[] = "Expect:";