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 9aeb87b4..273b40c9 100644
--- a/tools/console.h
+++ b/tools/console.h
@@ -8,6 +8,7 @@
#include "serd/input_stream.h"
#include "serd/output_stream.h"
#include "serd/status.h"
+#include "serd/syntax.h"
#include <stdio.h>
@@ -20,6 +21,9 @@ serd_print_version(const char* program);
SerdStatus
serd_set_base_uri_from_path(SerdEnv* env, const char* path);
+SerdSyntax
+serd_choose_syntax(SerdSyntax requested, const char* filename);
+
SerdInputStream
serd_open_tool_input(const char* filename);