1
0
Fork 0
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:
Marenz 2011-04-30 15:35:34 +02:00
parent 14feb9dc08
commit d48aa1e53b

View file

@ -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;
/** /**