mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
parser: fixes for header only parsing
This commit is contained in:
parent
2ccd132579
commit
af619d664d
3 changed files with 19 additions and 8 deletions
|
@ -24,7 +24,7 @@ typedef enum
|
|||
/// Parse only the header
|
||||
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_PARSE_BEGIN_AT_CONTENT = 2,
|
||||
PSYC_PARSE_BEGIN_AT_CONTENT = 2,
|
||||
} psycParseFlag;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue