diff options
Diffstat (limited to 'shared/protocol.h')
-rw-r--r-- | shared/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/protocol.h b/shared/protocol.h index 74b289c..b7b92bb 100644 --- a/shared/protocol.h +++ b/shared/protocol.h @@ -56,6 +56,8 @@ typedef struct { ws_s_protocol_parser_state* ws_protocol_parser_alloc(); /** @brief deallocate parser struct, automatically frees all child pointers */ void ws_protocol_parser_free(ws_s_protocol_parser_state* state); +/** @brief reset parser state to parse a new request */ +void ws_protocol_parser_reset(ws_s_protocol_parser_state* state); /** * @brief initialize ws_s_protocol_parsed_cmd struct pointer of * ws_s_protocol_parser_state (internal only) |