h2h3: fix compiler warning due to function prototype mismatch

- Add missing const qualifier in Curl_pseudo_headers declaration.
This commit is contained in:
Jay Satiro 2022-02-14 16:45:14 -05:00
Родитель 70ac27604a
Коммит ea67337684
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
/*