mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
removed obsolete part
This commit is contained in:
parent
5c20b9a875
commit
8dac3771ff
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ typedef enum
|
||||||
{
|
{
|
||||||
/// Parse only the header
|
/// Parse only the header
|
||||||
PSYC_PARSE_ROUTING_ONLY = 1,
|
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,
|
PSYC_PARSE_START_AT_CONTENT = 2,
|
||||||
} psycParseFlag;
|
} psycParseFlag;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue