From 816a9532765b2184c5f127494b95bdb9103bc960 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Aug 2021 11:35:26 -0400 Subject: Factor out opening output files --- tools/console.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/console.h') 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 @@ -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 -- cgit v1.2.1