diff options
| author | Fred Eisele <fredrick.eisele@gmail.com> | 2018-08-09 13:51:26 -0500 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-08-11 17:21:47 +0300 |
| commit | c33c5fc5191bbfe794eac5c3548171c628458495 (patch) | |
| tree | 11a996fd1e8f88947cc6db02f40b87c0a3e9eb38 /docs/man/nng_http_server_res_error.3http.adoc | |
| parent | 1a752ba26a7c65c386ae5431b2615ace25db9521 (diff) | |
| download | nng-c33c5fc5191bbfe794eac5c3548171c628458495.tar.gz nng-c33c5fc5191bbfe794eac5c3548171c628458495.tar.bz2 nng-c33c5fc5191bbfe794eac5c3548171c628458495.zip | |
updates to the documentation
Diffstat (limited to 'docs/man/nng_http_server_res_error.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_server_res_error.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_server_res_error.3http.adoc b/docs/man/nng_http_server_res_error.3http.adoc index a62628f7..c1ab7f51 100644 --- a/docs/man/nng_http_server_res_error.3http.adoc +++ b/docs/man/nng_http_server_res_error.3http.adoc @@ -20,7 +20,7 @@ nng_http_server_res_error - use HTTP server error page #include <nng/nng.h> #include <nng/supplemental/http/http.h> -int nng_http_server_set_error_file(nng_http_server *server, +int nng_http_server_res_error(nng_http_server *server, nng_http_res *response); ---- |
