diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-24 12:14:09 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-24 12:14:09 -0800 |
| commit | a2b6d6a544aa9934c87a6d54591faff18179858d (patch) | |
| tree | 6dfeaf9c44e389b0aaa7747c063acc95c6f9c7a9 /docs/man/nng_http_req_get_version.3http.adoc | |
| parent | c79d87a5e441526fc5a32a0c70bf267616d70e9f (diff) | |
| download | nng-a2b6d6a544aa9934c87a6d54591faff18179858d.tar.gz nng-a2b6d6a544aa9934c87a6d54591faff18179858d.tar.bz2 nng-a2b6d6a544aa9934c87a6d54591faff18179858d.zip | |
http: constify some functions
Diffstat (limited to 'docs/man/nng_http_req_get_version.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_req_get_version.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_req_get_version.3http.adoc b/docs/man/nng_http_req_get_version.3http.adoc index ef526df8..537f6caf 100644 --- a/docs/man/nng_http_req_get_version.3http.adoc +++ b/docs/man/nng_http_req_get_version.3http.adoc @@ -20,7 +20,7 @@ nng_http_req_get_version - return HTTP request protocol version #include <nng/nng.h> #include <nng/supplemental/http/http.h> -const char *nng_http_req_get_version(nng_http_req *req); +const char *nng_http_req_get_version(const nng_http_req *req); ---- == DESCRIPTION |
