diff options
Diffstat (limited to 'docs/man/nng_http_handler_get_data.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_handler_get_data.3http.adoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/man/nng_http_handler_get_data.3http.adoc b/docs/man/nng_http_handler_get_data.3http.adoc index b926fb2a..f7fcd6f5 100644 --- a/docs/man/nng_http_handler_get_data.3http.adoc +++ b/docs/man/nng_http_handler_get_data.3http.adoc @@ -20,8 +20,7 @@ nng_http_handler_get_data - return extra data for HTTP handler #include <nng/nng.h> #include <nng/supplemental/http/http.h> -int nng_http_handler_get_data(nng_http_handler *handler, void *data, - void (*dtor)(void *)); +void *nng_http_handler_get_data(nng_http_handler *handler); ---- == DESCRIPTION |
