aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.h
diff options
context:
space:
mode:
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 ef0fb1d1..763ff215 100644
--- a/tools/console.h
+++ b/tools/console.h
@@ -4,7 +4,9 @@
#ifndef SERD_TOOLS_CONSOLE_H
#define SERD_TOOLS_CONSOLE_H
+#include "serd/env.h"
#include "serd/input_stream.h"
+#include "serd/status.h"
#include <stdio.h>
@@ -14,6 +16,9 @@ serd_set_stream_utf8_mode(FILE* stream);
int
serd_print_version(const char* program);
+SerdStatus
+serd_set_base_uri_from_path(SerdEnv* env, const char* path);
+
SerdInputStream
serd_open_tool_input(const char* filename);