updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / include / libxml / xmlregexp.h
index 434b7a2..c93e103 100644 (file)
@@ -71,6 +71,10 @@ void                 xmlRegFreeExecCtxt      (xmlRegExecCtxtPtr exec);
 int                    xmlRegExecPushString    (xmlRegExecCtxtPtr exec,
                                                 const xmlChar *value,
                                                 void *data);
+int                    xmlRegExecPushString2   (xmlRegExecCtxtPtr exec,
+                                                const xmlChar *value,
+                                                const xmlChar *value2,
+                                                void *data);
 
 #ifdef __cplusplus
 }