summaryrefslogtreecommitdiff
path: root/include/libxml/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/pattern.h')
-rw-r--r--include/libxml/pattern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libxml/pattern.h b/include/libxml/pattern.h
index e3ee76d..1aa6704 100644
--- a/include/libxml/pattern.h
+++ b/include/libxml/pattern.h
@@ -52,7 +52,7 @@ XMLPUBFUN void XMLCALL
XMLPUBFUN xmlPatternPtr XMLCALL
xmlPatterncompile (const xmlChar *pattern,
xmlDict *dict,
- xmlPatternFlags flags,
+ int flags,
const xmlChar **namespaces);
XMLPUBFUN int XMLCALL
xmlPatternMatch (xmlPatternPtr comp,
@@ -67,6 +67,8 @@ XMLPUBFUN int XMLCALL
XMLPUBFUN int XMLCALL
xmlPatternMaxDepth (xmlPatternPtr comp);
XMLPUBFUN int XMLCALL
+ xmlPatternMinDepth (xmlPatternPtr comp);
+XMLPUBFUN int XMLCALL
xmlPatternFromRoot (xmlPatternPtr comp);
XMLPUBFUN xmlStreamCtxtPtr XMLCALL
xmlPatternGetStreamCtxt (xmlPatternPtr comp);