summaryrefslogtreecommitdiff
path: root/include/libxml/xpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xpath.h')
-rw-r--r--include/libxml/xpath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libxml/xpath.h b/include/libxml/xpath.h
index ddd9dd82..3a5ca025 100644
--- a/include/libxml/xpath.h
+++ b/include/libxml/xpath.h
@@ -69,7 +69,8 @@ typedef enum {
XPATH_ENCODING_ERROR,
XPATH_INVALID_CHAR_ERROR,
XPATH_INVALID_CTXT,
- XPATH_STACK_ERROR
+ XPATH_STACK_ERROR,
+ XPATH_FORBID_VARIABLE_ERROR
} xmlXPathError;
/*