aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_ctx_set.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-11-24 09:11:25 -0800
committerGarrett D'Amore <garrett@damore.org>2024-11-24 10:08:09 -0800
commit569ef3e13fee995aae2905474b70d58055c8132c (patch)
tree06b1e0f76ea0a6ddc06339822bc2c9e7155c375c /docs/man/nng_ctx_set.3.adoc
parentcc3b5fe459d277ee46277bc26301249f57855470 (diff)
downloadnng-569ef3e13fee995aae2905474b70d58055c8132c.tar.gz
nng-569ef3e13fee995aae2905474b70d58055c8132c.tar.bz2
nng-569ef3e13fee995aae2905474b70d58055c8132c.zip
Remove string option functions from sockets and contexts.
These are not needed anymore, and the semantics of string accessors is brittle, so we want to eliminate these as much as possible.
Diffstat (limited to 'docs/man/nng_ctx_set.3.adoc')
-rw-r--r--docs/man/nng_ctx_set.3.adoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/man/nng_ctx_set.3.adoc b/docs/man/nng_ctx_set.3.adoc
index 1a7f7033..95539a63 100644
--- a/docs/man/nng_ctx_set.3.adoc
+++ b/docs/man/nng_ctx_set.3.adoc
@@ -27,8 +27,6 @@ int nng_ctx_set_ms(nng_ctx ctx, const char *opt, nng_duration dur);
int nng_ctx_set_size(nng_ctx ctx, const char *opt, size_t z);
-int nng_ctx_set_string(nng_ctx ctx, const char *opt, const char *str);
-
int nng_ctx_set_uint64(nng_ctx ctx, const char *opt, uint64_t u64);
----