mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
added flag to parse only contents of a packet
This commit is contained in:
parent
d94c76012a
commit
ac29663a47
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue