aboutsummaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nng.h')
-rw-r--r--src/nng.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nng.h b/src/nng.h
index 779612c7..b3acc86c 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -590,6 +590,8 @@ enum nng_errno_enum {
NNG_EWRITEONLY = 25,
NNG_ECRYPTO = 26,
NNG_EPEERAUTH = 27,
+ NNG_ENOARG = 28,
+ NNG_EAMBIGUOUS = 29,
NNG_EINTERNAL = 1000,
NNG_ESYSERR = 0x10000000,
NNG_ETRANERR = 0x20000000,