From f0c50e7461641d060c783e1f0fb1b74b3c175054 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Jan 2011 18:12:59 +0000 Subject: Flesh out documentation. git-svn-id: http://svn.drobilla.net/serd/trunk@12 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/namespaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/namespaces.c') diff --git a/src/namespaces.c b/src/namespaces.c index a2526a5d..b14d74c5 100644 --- a/src/namespaces.c +++ b/src/namespaces.c @@ -95,8 +95,8 @@ SERD_API bool serd_namespaces_expand(SerdNamespaces ns, const SerdString* qname, - SerdRange* uri_prefix, - SerdRange* uri_suffix) + SerdChunk* uri_prefix, + SerdChunk* uri_suffix) { const uint8_t* colon = memchr((const char*)qname->buf, ':', qname->n_bytes); if (!colon) { -- cgit v1.2.1