aboutsummaryrefslogtreecommitdiffstats
path: root/src/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.h')
-rw-r--r--src/console.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console.h b/src/console.h
index f1d11f8e..57170a94 100644
--- a/src/console.h
+++ b/src/console.h
@@ -29,3 +29,6 @@ serd_open_input(const char* filename, size_t page_size);
SerdByteSink*
serd_open_output(const char* filename, size_t page_size);
+
+SerdStatus
+serd_set_base_uri_from_path(SerdEnv* env, const char* path);