1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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