about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedxml2_private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wrapped/wrappedxml2_private.h b/src/wrapped/wrappedxml2_private.h
index 6703763b..bb0c1855 100755
--- a/src/wrapped/wrappedxml2_private.h
+++ b/src/wrapped/wrappedxml2_private.h
@@ -1606,3 +1606,10 @@ DATAM(xmlFree, sizeof(void*))
 DATAM(xmlMalloc, sizeof(void*))
 DATAM(xmlRealloc, sizeof(void*))
 DATAM(xmlMemStrdup, sizeof(void*))
+
+DATA(xmlIsDigitGroup, 2*sizeof(void*)+2*sizeof(int))
+DATA(xmlStringText, sizeof(void*))
+DATA(xmlStringTextNoenc, sizeof(void*))
+DATA(xmlIsCombiningGroup, 2*sizeof(void*)+2*sizeof(int))
+DATA(xmlIsExtenderGroup, 2*sizeof(void*)+2*sizeof(int))
+DATA(xmlIsBaseCharGroup, 2*sizeof(void*)+2*sizeof(int))