aboutsummaryrefslogtreecommitdiffstats
path: root/src/reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reader.h')
-rw-r--r--src/reader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reader.h b/src/reader.h
index 76f46506..b08c3fd0 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -53,6 +53,7 @@ struct SerdReaderImpl {
SerdByteSource* source;
SerdStack stack;
SerdSyntax syntax;
+ SerdReaderFlags flags;
unsigned next_id;
uint8_t* buf;
char* bprefix;