From 3433e155c739f6a081209ea7422b9fdc7f87a555 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Jan 2011 19:44:06 +0000 Subject: Add writer API. git-svn-id: http://svn.drobilla.net/serd/trunk@14 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- src/namespaces.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/namespaces.c') diff --git a/src/namespaces.c b/src/namespaces.c index 6c400a3c..409c92b9 100644 --- a/src/namespaces.c +++ b/src/namespaces.c @@ -93,10 +93,10 @@ serd_namespaces_add(SerdNamespaces ns, SERD_API bool -serd_namespaces_expand(SerdNamespaces ns, - const SerdString* qname, - SerdChunk* uri_prefix, - SerdChunk* uri_suffix) +serd_namespaces_expand(const SerdNamespaces ns, + const SerdString* qname, + SerdChunk* uri_prefix, + SerdChunk* uri_suffix) { const uint8_t* colon = memchr((const char*)qname->buf, ':', qname->n_bytes); if (!colon) { -- cgit v1.2.1