aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-09 17:48:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-09 17:48:02 +0000
commitfc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974 (patch)
treeeb40ba705585913b7d93b4cef0adddb2ece47eb0 /include
parent99906ada06c58ef41af5dea93f5e2ba1b4d19ff6 (diff)
downloadandroid_external_libxml2-fc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974.tar.gz
android_external_libxml2-fc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974.tar.bz2
android_external_libxml2-fc0b6f6adac16ea1bf2ca3bfe935e67d9e9fb974.zip
William noticed I forgot to add special support for xmlmodules.c define
* gentest.py testapi.c: William noticed I forgot to add special support for xmlmodules.c define * xmlregexp.c include/libxml/xmlregexp.h: added terminal to xmlRegExecErrInfo() API, adding new xmlRegExecNextValues() entry point and refactored to use both code. Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlregexp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/libxml/xmlregexp.h b/include/libxml/xmlregexp.h
index 6a9bcf1f..7c69fbb7 100644
--- a/include/libxml/xmlregexp.h
+++ b/include/libxml/xmlregexp.h
@@ -86,6 +86,17 @@ XMLPUBFUN int XMLCALL
const xmlChar *value2,
void *data);
+XMLPUBFUN int XMLCALL
+ xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
+ int *nbval,
+ xmlChar **values,
+ int *terminal);
+XMLPUBFUN int XMLCALL
+ xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
+ const xmlChar **string,
+ int *nbval,
+ xmlChar **values,
+ int *terminal);
#ifdef __cplusplus
}
#endif