mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
http2: curl_pushheader_byname now takes a const char *
This commit is contained in:
parent
bf445b6e12
commit
a384f28ca6
3 changed files with 10 additions and 10 deletions
|
|
@ -298,9 +298,8 @@ struct curl_pushheaders; /* forward declaration only */
|
|||
|
||||
CURL_EXTERN char *curl_pushheader_bynum(struct curl_pushheaders *h,
|
||||
size_t num);
|
||||
|
||||
CURL_EXTERN char *curl_pushheader_byname(struct curl_pushheaders *h,
|
||||
char *name);
|
||||
const char *name);
|
||||
|
||||
typedef int (*curl_push_callback)(CURL *parent,
|
||||
CURL *easy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue