aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_socket_get.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_socket_get.3.adoc')
-rw-r--r--docs/man/nng_socket_get.3.adoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/man/nng_socket_get.3.adoc b/docs/man/nng_socket_get.3.adoc
index f510eb39..bda37836 100644
--- a/docs/man/nng_socket_get.3.adoc
+++ b/docs/man/nng_socket_get.3.adoc
@@ -27,8 +27,6 @@ int nng_socket_get_size(nng_socket s, const char *opt, size_t *zp);
int nng_socket_get_uint64(nng_socket s, const char *opt, uint64_t *u64p);
-int nng_socket_get_string(nng_socket s, const char *opt, char **strp);
-
int nng_socket_get_ms(nng_socket s, const char *opt, nng_duration *durp);
int nng_socket_get_addr(nng_socket s, const char *opt, nng_sockaddr *addrp);
@@ -71,12 +69,6 @@ the special value ((`NNG_DURATION_DEFAULT`)) means a context-specific default.)
This function is used to retrieve a size into the pointer _zp_,
typically for buffer sizes, message maximum sizes, and similar options.
-`nng_socket_get_string()`::
-This function is used to retrieve a string into _strp_.
-This string is created from the source using xref:nng_strdup.3.adoc[`nng_strdup()`]
-and consequently must be freed by the caller using
-xref:nng_strfree.3.adoc[`nng_strfree()`] when it is no longer needed.
-
`nng_socket_get_uint64()`::
This function is used to retrieve a 64-bit unsigned value into the value
referenced by _u64p_.