diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-09-07 14:56:23 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 14:16:06 -0700 |
| commit | 0a8b26cd6955f28e405e007a8ff2f090426ded04 (patch) | |
| tree | 649b0b1ef99f191a05e25d8f8b6542fc921bb40b /docs/man/CMakeLists.txt | |
| parent | e677cf5a779ab1698985cf926ba7112168bc5c97 (diff) | |
| download | nng-0a8b26cd6955f28e405e007a8ff2f090426ded04.tar.gz nng-0a8b26cd6955f28e405e007a8ff2f090426ded04.tar.bz2 nng-0a8b26cd6955f28e405e007a8ff2f090426ded04.zip | |
Remove the last of the legacy option handling functions.
Diffstat (limited to 'docs/man/CMakeLists.txt')
| -rw-r--r-- | docs/man/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/man/CMakeLists.txt b/docs/man/CMakeLists.txt index bdb16b27..e25ab977 100644 --- a/docs/man/CMakeLists.txt +++ b/docs/man/CMakeLists.txt @@ -99,7 +99,6 @@ if (NNG_ENABLE_DOC) nng_dialer_set nng_dialer_start nng_free - nng_getopt nng_listen nng_listener_close nng_listener_create @@ -152,7 +151,7 @@ if (NNG_ENABLE_DOC) nng_send nng_send_aio nng_sendmsg - nng_setopt + nng_set nng_sleep_aio nng_socket_id nng_socket_get |
