diff options
Diffstat (limited to 'src/nng.c')
| -rw-r--r-- | src/nng.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -732,6 +732,8 @@ static const struct { { NNG_EWRITEONLY, "Write only resource" }, { NNG_ECRYPTO, "Cryptographic error" }, { NNG_EPEERAUTH, "Peer could not be authenticated" }, + { NNG_ENOARG, "Option requires argument" }, + { NNG_EAMBIGUOUS, "Ambiguous option" }, { NNG_EINTERNAL, "Internal error detected" }, { 0, NULL }, // clang-format on |
