added flag to parse only contents of a packet

This commit is contained in:
Marenz 2011-04-30 15:35:34 +02:00
parent d94c76012a
commit ac29663a47
1 changed files with 2 additions and 0 deletions

View File

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