diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-11 08:36:27 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-11 08:36:27 -0800 |
| commit | 588611e180f2e47caa778a6265b1d7f73b90648a (patch) | |
| tree | 5bb96863618e6baa5343aa9f8fe270dcf0ea8ed6 /src | |
| parent | 82d9d77b445081a3b2f67743c42d4a20a2a71d13 (diff) | |
| download | nng-588611e180f2e47caa778a6265b1d7f73b90648a.tar.gz nng-588611e180f2e47caa778a6265b1d7f73b90648a.tar.bz2 nng-588611e180f2e47caa778a6265b1d7f73b90648a.zip | |
http: remove public access to req / res structures
Diffstat (limited to 'src')
| -rw-r--r-- | src/supplemental/http/http_public.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/supplemental/http/http_public.c b/src/supplemental/http/http_public.c index 5b39ba02..55c54394 100644 --- a/src/supplemental/http/http_public.c +++ b/src/supplemental/http/http_public.c @@ -138,16 +138,6 @@ nng_http_get_version(nng_http *conn) #endif } -nng_http_res * -nng_http_conn_res(nng_http *conn) -{ -#ifdef NNG_SUPP_HTTP - return (nni_http_conn_res(conn)); -#else - return (NULL); -#endif -} - int nng_http_set_status(nng_http *conn, uint16_t status, const char *reason) { |
