diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-09-07 14:43:23 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 14:14:56 -0700 |
| commit | e677cf5a779ab1698985cf926ba7112168bc5c97 (patch) | |
| tree | 81e66d44929f9114a909a3a091e54b8264b69a3f /include | |
| parent | 313cbe0abffd02b33b379ba1057b4735d3573ad3 (diff) | |
| download | nng-e677cf5a779ab1698985cf926ba7112168bc5c97.tar.gz nng-e677cf5a779ab1698985cf926ba7112168bc5c97.tar.bz2 nng-e677cf5a779ab1698985cf926ba7112168bc5c97.zip | |
Remove deprecated context option functions.
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/nng.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/nng/nng.h b/include/nng/nng.h index 56b8ebeb..b1f31ca3 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -1327,23 +1327,6 @@ NNG_DECL int nng_setopt_string( nng_socket, const char *, const char *) NNG_DEPRECATED; NNG_DECL int nng_setopt_ptr(nng_socket, const char *, void *) NNG_DEPRECATED; -// Context options. Use nng_ctx_get and nng_ctx_set instead. -NNG_DECL int nng_ctx_getopt( - nng_ctx, const char *, void *, size_t *) NNG_DEPRECATED; -NNG_DECL int nng_ctx_getopt_bool(nng_ctx, const char *, bool *) NNG_DEPRECATED; -NNG_DECL int nng_ctx_getopt_int(nng_ctx, const char *, int *) NNG_DEPRECATED; -NNG_DECL int nng_ctx_getopt_ms( - nng_ctx, const char *, nng_duration *) NNG_DEPRECATED; -NNG_DECL int nng_ctx_getopt_size( - nng_ctx, const char *, size_t *) NNG_DEPRECATED; -NNG_DECL int nng_ctx_setopt( - nng_ctx, const char *, const void *, size_t) NNG_DEPRECATED; -NNG_DECL int nng_ctx_setopt_bool(nng_ctx, const char *, bool) NNG_DEPRECATED; -NNG_DECL int nng_ctx_setopt_int(nng_ctx, const char *, int) NNG_DEPRECATED; -NNG_DECL int nng_ctx_setopt_ms( - nng_ctx, const char *, nng_duration) NNG_DEPRECATED; -NNG_DECL int nng_ctx_setopt_size(nng_ctx, const char *, size_t) NNG_DEPRECATED; - #endif // NNG_ELIDE_DEPRECATED // nng_init_parameter is used by applications to change a tunable setting. |
