mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
parent
618dfd65e4
commit
e67e71d62b
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ CURLMOPT_PUSHFUNCTION \- callback that approves or denies server pushes
|
|||
.nf
|
||||
#include <curl/curl.h>
|
||||
|
||||
char *curl_pushheader_bynum(push_headers, int num);
|
||||
char *curl_pushheader_byname(push_headers, const char *name);
|
||||
char *curl_pushheader_bynum(struct curl_pushheaders *h, size_t num);
|
||||
char *curl_pushheader_byname(struct curl_pushheaders *h, const char *name);
|
||||
|
||||
int curl_push_callback(CURL *parent,
|
||||
CURL *easy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue