aboutsummaryrefslogtreecommitdiff
path: root/shared/protocol.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-29 18:26:21 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-29 18:26:21 +0200
commit06376c3cfefdb01f8f4884c1b853edc16c89d1c8 (patch)
tree541f279e2ebf6898f52420f9eeb422fe9d7eb786 /shared/protocol.h
parent9e9ea9d07ed2a176d6f6e83b5b100da22d8fca50 (diff)
parent7022c6fbdbdee82339fbe161df169d97235471f0 (diff)
Merge branch 'protocol' into dev
Diffstat (limited to 'shared/protocol.h')
-rw-r--r--shared/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/protocol.h b/shared/protocol.h
index 5bcb114..96c039a 100644
--- a/shared/protocol.h
+++ b/shared/protocol.h
@@ -5,7 +5,7 @@
#include "bin.h"
-#define WS_PROTOCOL_CMD_MAX_ARGUMENTS (2)
+#define WS_PROTOCOL_CMD_MAX_ARGUMENTS (3)
#define WS_PROTOCOL_CMD_BUFFER_LEN (40)
#define WS_PROTOCOL_CMD_AMOUNT (1)
@@ -148,4 +148,4 @@ static ws_protocol_res_handler_t* g_ws_protocol_res_handlers[WS_PROTOCOL_CMD_AMO
[WS_PROTOCOL_CMD_LAST_RECORDS] = &ws_protocol_res_last_records,
};
-unsigned short ws_protocol_get_header_size(ws_s_protocol_res* response); \ No newline at end of file
+unsigned short ws_protocol_get_header_size(ws_s_protocol_res* response);