mirror of
https://github.com/curl/curl.git
synced 2026-05-04 15:39:54 +03:00
Anthony Bryan reported and I corrected two typos.
This commit is contained in:
parent
4f0a7170af
commit
60ff74140e
1 changed files with 2 additions and 2 deletions
|
|
@ -191,8 +191,8 @@ similar to this:
|
|||
|
||||
curl_easy_setopt(easyhandle, CURLOPT_WRITEFUNCTION, write_data);
|
||||
|
||||
You can control what data your function get in the forth argument by setting
|
||||
another property:
|
||||
You can control what data your callback function gets in the fourth argument
|
||||
by setting another property:
|
||||
|
||||
curl_easy_setopt(easyhandle, CURLOPT_WRITEDATA, &internal_struct);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue