summaryrefslogtreecommitdiff
path: root/src/base/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/proto.h')
-rw-r--r--src/base/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/proto.h b/src/base/proto.h
index 9e2b666..614faa9 100644
--- a/src/base/proto.h
+++ b/src/base/proto.h
@@ -33,6 +33,7 @@
#define PROTO_ERROR_CODE_BAD_NAME 2
#define PROTO_ERROR_CODE_BAD_COMMAND 3
#define PROTO_ERROR_CODE_TIMEOUT 4
+#define PROTO_ERROR_LIMIT_MAX_CLIENT 5
extern void proto_send_error_server(int type, client_t *client, int errorcode);
extern void proto_recv_error_client(char *msg);