summaryrefslogtreecommitdiff
path: root/docs/man/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-01-06 12:02:48 -0800
committerGarrett D'Amore <garrett@damore.org>2019-01-06 12:12:27 -0800
commitff06de11cf5a953f47d22bd896f3860697c520c8 (patch)
treed8c808c879648cc29dee3e65bded91932be4093a /docs/man/CMakeLists.txt
parent6d0027fae75e4810d66eb4c5817255ffa517e158 (diff)
downloadnng-ff06de11cf5a953f47d22bd896f3860697c520c8.tar.gz
nng-ff06de11cf5a953f47d22bd896f3860697c520c8.tar.bz2
nng-ff06de11cf5a953f47d22bd896f3860697c520c8.zip
fixes #845 TCP public API doc updates
Diffstat (limited to 'docs/man/CMakeLists.txt')
-rw-r--r--docs/man/CMakeLists.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt
index db4e797e..ecdbf1e2 100644
--- a/docs/man/CMakeLists.txt
+++ b/docs/man/CMakeLists.txt
@@ -1,6 +1,7 @@
#
# Copyright 2018 Capitar IT Group BV <info@capitar.com>
# Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+# Copyright 2019 Devolutions <info@devolutions.net>
#
# This software is supplied under the terms of the MIT License, a
# copy of which should be located in the distribution where this
@@ -293,21 +294,23 @@ if (NNG_ENABLE_DOC)
set(NNG_MAN3TCP
nng_tcp_close
nng_tcp_free
+ nng_tcp_getopt
nng_tcp_dialer_alloc
nng_tcp_dialer_close
nng_tcp_dialer_dial
nng_tcp_dialer_free
+ nng_tcp_dialer_getopt
+ nng_tcp_dialer_setopt
nng_tcp_listener_accept
nng_tcp_listener_alloc
nng_tcp_listener_close
nng_tcp_listener_free
+ nng_tcp_listener_getopt
nng_tcp_listener_listen
- nng_tcp_peername
+ nng_tcp_listener_setopt
nng_tcp_recv
nng_tcp_send
- nng_tcp_set_keepalive
- nng_tcp_set_nodelay
- nng_tcp_sockname
+ nng_tcp_setopt
)
set(NNG_MAN3TLS