aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_zt_register.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_zt_register.3.adoc')
-rw-r--r--docs/man/nng_zt_register.3.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/man/nng_zt_register.3.adoc b/docs/man/nng_zt_register.3.adoc
index e3cc4060..9c4a4ac4 100644
--- a/docs/man/nng_zt_register.3.adoc
+++ b/docs/man/nng_zt_register.3.adoc
@@ -1,6 +1,6 @@
= nng_zt_register(3)
//
-// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This document is supplied under the terms of the MIT License, a
@@ -27,6 +27,9 @@ int nng_zt_register(void);
The `nng_zt_register()` function registers the
((_zt_ transport))(((transport, _zt_))) for use.
+NOTE: This function is deprecated, and may be removed from a future release.
+It is no longer necessary to explicitly register transports.
+
== RETURN VALUES
This function returns 0 on success, and non-zero otherwise.