projects
/
TestXSLT.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
updated libxml2 to 2.5.10
[TestXSLT.git]
/
libxml2
/
include
/
libxml
/
xmlregexp.h
diff --git
a/libxml2/include/libxml/xmlregexp.h
b/libxml2/include/libxml/xmlregexp.h
index
434b7a2
..
c93e103
100644
(file)
--- a/
libxml2/include/libxml/xmlregexp.h
+++ b/
libxml2/include/libxml/xmlregexp.h
@@
-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
}