removed obsolete part

This commit is contained in:
Marenz 2011-05-09 02:24:41 +02:00
parent 5c20b9a875
commit 8dac3771ff
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ typedef enum
{
/// Parse only the header
PSYC_PARSE_ROUTING_ONLY = 1,
/// Parse only the content. Parsing starts at the content and the content must be complete. "content" means the definition used in the packet specification.
/// Parse only the content. Parsing starts at the content and the content must be complete.
PSYC_PARSE_START_AT_CONTENT = 2,
} psycParseFlag;