aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-03-29 23:34:40 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commit4e1850852a74fe6904beabf793ea8d9915cab246 (patch)
tree5fff5fb4aa6161d7e69434e6d3ca587a971c35ea /tools/console.h
parent5796f49ec8ff1933f4a3c258c16f140b39cc1c03 (diff)
downloadserd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.gz
serd-4e1850852a74fe6904beabf793ea8d9915cab246.tar.bz2
serd-4e1850852a74fe6904beabf793ea8d9915cab246.zip
Add support for reading multiple files at once
Diffstat (limited to 'tools/console.h')
-rw-r--r--tools/console.h5
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