use the correct struct name in the example

This commit is contained in:
Daniel Stenberg 2004-09-02 20:42:44 +00:00
parent 75a6fdeb58
commit 5f60188b8a
1 changed files with 2 additions and 2 deletions

View File

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