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
14feb9dc08
commit
d48aa1e53b
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
PSYC_PARSE_HEADER_ONLY = 1,
|
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;
|
} psycParseFlag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue