From a2b6d6a544aa9934c87a6d54591faff18179858d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 24 Nov 2024 12:14:09 -0800 Subject: http: constify some functions --- docs/man/nng_http_req_get_method.3http.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/nng_http_req_get_method.3http.adoc') diff --git a/docs/man/nng_http_req_get_method.3http.adoc b/docs/man/nng_http_req_get_method.3http.adoc index 85e81278..20f6010b 100644 --- a/docs/man/nng_http_req_get_method.3http.adoc +++ b/docs/man/nng_http_req_get_method.3http.adoc @@ -20,7 +20,7 @@ nng_http_req_get_method - return HTTP request method #include #include -const char *nng_http_req_get_method(nng_http_req *req); +const char *nng_http_req_get_method(const nng_http_req *req); ---- == DESCRIPTION -- cgit v1.2.3-70-g09d2