mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:27:16 +03:00
h2h3: fix compiler warning due to function prototype mismatch
- Add missing const qualifier in Curl_pseudo_headers declaration.
This commit is contained in:
parent
70ac27604a
commit
ea67337684
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ struct h2h3req {
|
|||
*/
|
||||
CURLcode Curl_pseudo_headers(struct Curl_easy *data,
|
||||
const char *request,
|
||||
size_t len,
|
||||
const size_t len,
|
||||
struct h2h3req **hp);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue