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

added new ParseFlag

This commit is contained in:
Marenz 2011-05-15 21:10:27 +02:00
parent e30a555c2b
commit 4f606a0fe4
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ extern (C):
enum ParseFlag
{
ALL = 0
ROUTING_ONLY = 1,
START_AT_CONTENT = 2,
}

View file

@ -115,6 +115,8 @@
typedef enum
{
/// Default Flag. Parse everything.
PSYC_PARSE_ALL = 0,
/// Parse only the header
PSYC_PARSE_ROUTING_ONLY = 1,
/// Parse only the content.