mirror of
https://github.com/curl/curl.git
synced 2026-06-13 01:45:42 +03:00
examples
This commit is contained in:
parent
448874f680
commit
6ea0135213
9 changed files with 13 additions and 13 deletions
|
|
@ -90,7 +90,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
{
|
||||
struct data *config = (struct data *)userp;
|
||||
const char *text;
|
||||
(void)handle; /* prevent compiler warning */
|
||||
(void)handle;
|
||||
|
||||
switch(type) {
|
||||
case CURLINFO_TEXT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue