summaryrefslogtreecommitdiff
path: root/src/raptor.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-24 09:12:31 -0800
committerDave Beckett <dave@dajobe.org>2010-01-24 09:12:31 -0800
commit2fea42d3700fdb50181b7781a72c4cf2227ff1f3 (patch)
treee1bab9442b0a4840488d787cc24017d6765a36f8 /src/raptor.h
parent8a79862a2969218cc4c761e8382aa9e4a807cb87 (diff)
downloadraptor-2fea42d3700fdb50181b7781a72c4cf2227ff1f3.tar.gz
(raptor_uri_resolve_uri_reference): Now returns length of URI.
Diffstat (limited to 'src/raptor.h')
-rw-r--r--src/raptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor.h b/src/raptor.h
index f7d1f12c..4f49df10 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -840,7 +840,7 @@ int raptor_xml_name_check(const unsigned char *string, size_t length, int xml_ve
/* raptor_rfc2396.c */
RAPTOR_API
-void raptor_uri_resolve_uri_reference(const unsigned char *base_uri, const unsigned char *reference_uri, unsigned char* buffer, size_t length);
+size_t raptor_uri_resolve_uri_reference(const unsigned char *base_uri, const unsigned char *reference_uri, unsigned char* buffer, size_t length);
/* raptor_uri.c */
RAPTOR_API