From f77e5a5ec7f8b1373eeda0ea56f47137daf40330 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 4 Jan 2025 17:57:28 -0800 Subject: args: Convert nng_opts_parse into a header only library using `nng_args_parse`. The API is identical, except that some names have changed, and this is now a header library in `nng/args.h` - so the core library does not need to carry this code in binaries. Being a header library also means it is not necessary to link against NNG, and it does not include any parts of NNG; it only depends on a standard C99 or C11 environment. --- docs/ref/api/errors.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/ref/api/errors.md') diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md index 6954b658..2a4ccc93 100644 --- a/docs/ref/api/errors.md +++ b/docs/ref/api/errors.md @@ -65,8 +65,6 @@ future locale-specific strings may be presented instead. | `NNG_EWRITEONLY` | 25 | Write only resource. A read operation failed because the object only supports writes. | | `NNG_ECRYPTO` | 26 | Cryptographic error. Usually indicates an invalid key was used for TLS. | | `NNG_EPEERAUTH` | 27 | Peer could not be authenticated. | -| `NNG_ENOARG` | 28 | Option requires argument. A command-line option was supplied without an argument. Only used with [`nng_opts_parse`]. | -| `NNG_EAMBIGUOUS` | 29 | Ambiguous option. The command line option could not be unambiguously resolved. Only used with [`nng_opts_parse`]. | | `NNG_EBADTYPE` | 30 | Incorrect type. A type-specific function was used for an object of the wrong type. | | `NNG_ECONNSHUT` | 31 | Connection shutdown. The connection was shut down and cannot be used. | | `NNG_ESTOPPED` | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`] or [`nng_aio_close`]. | -- cgit v1.2.3-70-g09d2