aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/reader.h')
-rw-r--r--include/serd/reader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/serd/reader.h b/include/serd/reader.h
index 040f3398..658193fb 100644
--- a/include/serd/reader.h
+++ b/include/serd/reader.h
@@ -5,6 +5,7 @@
#define SERD_READER_H
#include "serd/attributes.h"
+#include "serd/env.h"
#include "serd/input_stream.h"
#include "serd/node.h"
#include "serd/sink.h"
@@ -41,6 +42,7 @@ SERD_API SerdReader* ZIX_ALLOCATED
serd_reader_new(SerdWorld* ZIX_NONNULL world,
SerdSyntax syntax,
SerdReaderFlags flags,
+ SerdEnv* ZIX_NONNULL env,
const SerdSink* ZIX_NONNULL sink);
/**