1
0
Fork 0
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:
tg(x) 2011-04-30 16:42:03 +02:00
parent 2ccd132579
commit af619d664d
3 changed files with 19 additions and 8 deletions

View file

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