From: Jay Satiro Date: Mon, 14 Feb 2022 21:45:14 +0000 (-0500) Subject: h2h3: fix compiler warning due to function prototype mismatch X-Git-Tag: curl-7_82_0~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea673376840c0b9ee6dc527719236b6ade66142c;p=thirdparty%2Fcurl.git h2h3: fix compiler warning due to function prototype mismatch - Add missing const qualifier in Curl_pseudo_headers declaration. --- diff --git a/lib/h2h3.h b/lib/h2h3.h index ec687663b7..22256841c6 100644 --- a/lib/h2h3.h +++ b/lib/h2h3.h @@ -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); /*