aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/serd/serd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h
index f9a60354..790dfde0 100644
--- a/include/serd/serd.h
+++ b/include/serd/serd.h
@@ -2556,8 +2556,7 @@ serd_writer_set_base_uri(SerdWriter* SERD_NONNULL writer,
*/
SERD_API
SerdStatus
-serd_writer_set_root_uri(SerdWriter* SERD_NONNULL writer,
- const SerdNode* SERD_NULLABLE uri);
+serd_writer_set_root_uri(SerdWriter* SERD_NONNULL writer, SerdStringView uri);
/**
Finish a write.