diff options
author | David Robillard <d@drobilla.net> | 2011-01-20 18:12:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-20 18:12:59 +0000 |
commit | f0c50e7461641d060c783e1f0fb1b74b3c175054 (patch) | |
tree | 42f464e24cb30205af5c457a90f25753ceea3714 /src/namespaces.c | |
parent | 1c5d7f65aee365a856415adf8dbbcf4dfffa0fa6 (diff) | |
download | serd-f0c50e7461641d060c783e1f0fb1b74b3c175054.tar.gz serd-f0c50e7461641d060c783e1f0fb1b74b3c175054.tar.bz2 serd-f0c50e7461641d060c783e1f0fb1b74b3c175054.zip |
Flesh out documentation.
git-svn-id: http://svn.drobilla.net/serd/trunk@12 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'src/namespaces.c')
-rw-r--r-- | src/namespaces.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |