mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:57:17 +03:00
examples
This commit is contained in:
parent
448874f680
commit
6ea0135213
9 changed files with 13 additions and 13 deletions
|
|
@ -97,8 +97,8 @@ static int server_push_callback(CURL *parent,
|
|||
{
|
||||
char *headp;
|
||||
int *transfers = (int *)userp;
|
||||
(void)parent; /* we have no use for this */
|
||||
(void)num_headers; /* unused */
|
||||
(void)parent;
|
||||
(void)num_headers;
|
||||
|
||||
if(pushindex == MAX_FILES)
|
||||
/* cannot fit anymore */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue