mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08: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
@ -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…
Reference in New Issue
Block a user