mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
use the correct struct name in the example
This commit is contained in:
parent
75a6fdeb58
commit
5f60188b8a
@ -129,8 +129,8 @@ defines.
|
|||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
struct HttpPost* post = NULL;
|
struct curl_httppost* post = NULL;
|
||||||
struct HttpPost* last = NULL;
|
struct curl_httppost* last = NULL;
|
||||||
char namebuffer[] = "name buffer";
|
char namebuffer[] = "name buffer";
|
||||||
long namelength = strlen(namebuffer);
|
long namelength = strlen(namebuffer);
|
||||||
char buffer[] = "test buffer";
|
char buffer[] = "test buffer";
|
||||||
|
Loading…
Reference in New Issue
Block a user