diff --git a/include/psyc/parser.h b/include/psyc/parser.h index ffac7d9..f1e8412 100644 --- a/include/psyc/parser.h +++ b/include/psyc/parser.h @@ -22,6 +22,8 @@ typedef enum { PSYC_PARSE_HEADER_ONLY = 1, + /// Expects only the content part of a packet. The length of the content must fit exactly in this case + PSYC_BEGIN_PARSE_AT_CONTENT = 2, } psycParseFlag; /**