summaryrefslogtreecommitdiff
path: root/src/raptor.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-12-23 13:27:07 +0000
committerDave Beckett <dave@dajobe.org>2004-12-23 13:27:07 +0000
commitfa9b6cbe96801f3fd1815174ca86b716ed68937a (patch)
tree9fdcbe4c68822bac1461d56fa4df376480660aa1 /src/raptor.h
parent71a39ddaf0e18069bd45261f4ba6c22623707b31 (diff)
downloadraptor-fa9b6cbe96801f3fd1815174ca86b716ed68937a.tar.gz
Export raptor_utf8_check
Diffstat (limited to 'src/raptor.h')
-rw-r--r--src/raptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raptor.h b/src/raptor.h
index 63c59f8b..3d1e23fd 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -460,6 +460,7 @@ RAPTOR_API int raptor_unicode_is_xml11_namestartchar(long c);
RAPTOR_API int raptor_unicode_is_xml10_namestartchar(long c);
RAPTOR_API int raptor_unicode_is_xml11_namechar(long c);
RAPTOR_API int raptor_unicode_is_xml10_namechar(long c);
+RAPTOR_API int raptor_utf8_check(const unsigned char *string, size_t length);
/* raptor_stringbuffer */
RAPTOR_API raptor_stringbuffer* raptor_new_stringbuffer(void);