diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 3826e8e1..431b32dd 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1420,10 +1420,6 @@ NNG_DECL int nng_listener_setopt_ptr( NNG_DECL int nng_listener_setopt_string( nng_listener, const char *, const char *) NNG_DEPRECATED; -// nng_closeall closes all open sockets. Do not call this from -// a library; it will affect all sockets. -NNG_DECL void nng_closeall(void) NNG_DEPRECATED; - #endif // NNG_ELIDE_DEPRECATED // nng_init_parameter is used by applications to change a tunable setting. |
