From 258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Aug 2023 20:43:05 -0400 Subject: Use ZixStringView directly --- tools/console.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/console.h') diff --git a/tools/console.h b/tools/console.h index ed59264a..7e59862d 100644 --- a/tools/console.h +++ b/tools/console.h @@ -12,10 +12,10 @@ #include "serd/reader.h" #include "serd/sink.h" #include "serd/status.h" -#include "serd/string_view.h" #include "serd/syntax.h" #include "serd/world.h" #include "serd/writer.h" +#include "zix/string_view.h" #include #include @@ -89,7 +89,7 @@ SerdStatus serd_get_size_argument(OptionIter* iter, size_t* argument); SerdStatus -serd_set_input_option(SerdStringView name, +serd_set_input_option(ZixStringView name, SerdSyntax* syntax, SerdReaderFlags* flags); @@ -97,7 +97,7 @@ SerdStatus serd_parse_input_argument(OptionIter* iter, SerdSyntaxOptions* options); SerdStatus -serd_set_output_option(SerdStringView name, +serd_set_output_option(ZixStringView name, SerdSyntax* syntax, SerdWriterFlags* flags); -- cgit v1.2.1