h2h3: fix compiler warning due to function prototype mismatch
- Add missing const qualifier in Curl_pseudo_headers declaration.
This commit is contained in:
Родитель
70ac27604a
Коммит
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);
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче