From a7457388701e6ccba9091ba3ec09505dc903b758 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sat, 5 Feb 2005 12:06:19 +0000 Subject: Load /tmp/tmp.5kkLmZ/libxml2-2.6.17 into packages/libxml2/branches/upstream/current. --- include/libxml/xmlregexp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/libxml/xmlregexp.h') diff --git a/include/libxml/xmlregexp.h b/include/libxml/xmlregexp.h index 6a9bcf1..a7b3b29 100644 --- a/include/libxml/xmlregexp.h +++ b/include/libxml/xmlregexp.h @@ -86,6 +86,19 @@ XMLPUBFUN int XMLCALL const xmlChar *value2, void *data); +XMLPUBFUN int XMLCALL + xmlRegExecNextValues(xmlRegExecCtxtPtr exec, + int *nbval, + int *nbneg, + xmlChar **values, + int *terminal); +XMLPUBFUN int XMLCALL + xmlRegExecErrInfo (xmlRegExecCtxtPtr exec, + const xmlChar **string, + int *nbval, + int *nbneg, + xmlChar **values, + int *terminal); #ifdef __cplusplus } #endif -- cgit v1.2.3