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

Merge branch 'master' of supraverse.net:libpsyc

This commit is contained in:
Gabor Adam Toth 2011-05-15 21:21:18 +02:00
commit 7e94edfbbf
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.