diff options
Diffstat (limited to 'serd/serd.h')
-rw-r--r-- | serd/serd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serd/serd.h b/serd/serd.h index d7115054..25237371 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -147,9 +147,9 @@ SERD_API bool serd_uri_parse(const uint8_t* utf8, SerdURI* out); -/** Resolve @a uri relative to @a base, writing result to @a out. */ +/** Set @a out to @a uri resolved against @a base. */ SERD_API -bool +void serd_uri_resolve(const SerdURI* uri, const SerdURI* base, SerdURI* out); /** Sink function for raw string output. */ |