summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ne_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ne_socket.h b/src/ne_socket.h
index 22b203d..5f6d05d 100644
--- a/src/ne_socket.h
+++ b/src/ne_socket.h
@@ -42,6 +42,7 @@ NE_BEGIN_DECLS
#define NE_SOCK_RESET (-4)
/* Secure connection was closed without proper SSL shutdown. */
#define NE_SOCK_TRUNC (-5)
+/* Reserved value - (-6) */
/* ne_socket represents a TCP socket. */
typedef struct ne_socket_s ne_socket;