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

use the correct struct name in the example

parent 75a6fdeb
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,8 @@ defines.
.SH EXAMPLE
.nf
struct HttpPost* post = NULL;
struct HttpPost* last = NULL;
struct curl_httppost* post = NULL;
struct curl_httppost* last = NULL;
char namebuffer[] = "name buffer";
long namelength = strlen(namebuffer);
char buffer[] = "test buffer";
......
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