1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

removed obsolete part

This commit is contained in:
Marenz 2011-05-09 02:24:41 +02:00
parent 5c20b9a875
commit 8dac3771ff

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;