aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_res_get_reason.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_res_get_reason.3http.adoc')
-rw-r--r--docs/man/nng_http_res_get_reason.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_res_get_reason.3http.adoc b/docs/man/nng_http_res_get_reason.3http.adoc
index a4167a0a..3b9fdd58 100644
--- a/docs/man/nng_http_res_get_reason.3http.adoc
+++ b/docs/man/nng_http_res_get_reason.3http.adoc
@@ -20,7 +20,7 @@ nng_http_res_get_reason - return HTTP response reason
#include <nng/nng.h>
#include <nng/supplemental/http/http.h>
-const char *nng_http_res_get_reason(nng_http_res *res);
+const char *nng_http_res_get_reason(const nng_http_res *res);
----
== DESCRIPTION