mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:57:25 +03:00
use the correct struct name in the example
This commit is contained in:
parent
75a6fdeb58
commit
5f60188b8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue