aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/console.h')
-rw-r--r--tools/console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/console.h b/tools/console.h
index 763ff215..9aeb87b4 100644
--- a/tools/console.h
+++ b/tools/console.h
@@ -6,6 +6,7 @@
#include "serd/env.h"
#include "serd/input_stream.h"
+#include "serd/output_stream.h"
#include "serd/status.h"
#include <stdio.h>
@@ -22,4 +23,7 @@ serd_set_base_uri_from_path(SerdEnv* env, const char* path);
SerdInputStream
serd_open_tool_input(const char* filename);
+SerdOutputStream
+serd_open_tool_output(const char* filename);
+
#endif // SERD_TOOLS_CONSOLE_H