diff options
Diffstat (limited to 'tools/console.h')
-rw-r--r-- | tools/console.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/console.h b/tools/console.h index 41ab328d..ef0fb1d1 100644 --- a/tools/console.h +++ b/tools/console.h @@ -4,6 +4,8 @@ #ifndef SERD_TOOLS_CONSOLE_H #define SERD_TOOLS_CONSOLE_H +#include "serd/input_stream.h" + #include <stdio.h> void @@ -12,4 +14,7 @@ serd_set_stream_utf8_mode(FILE* stream); int serd_print_version(const char* program); +SerdInputStream +serd_open_tool_input(const char* filename); + #endif // SERD_TOOLS_CONSOLE_H |