aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml/xmlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xmlerror.h')
-rw-r--r--include/libxml/xmlerror.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libxml/xmlerror.h b/include/libxml/xmlerror.h
index 85caf52b..b2d78cd0 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -63,7 +63,8 @@ typedef enum {
XML_FROM_MODULE, /* The dynamically loaded module module*/
XML_FROM_I18N, /* The module handling character conversion */
XML_FROM_SCHEMATRONV,/* The Schematron validator module */
- XML_FROM_BUFFER /* The buffers module */
+ XML_FROM_BUFFER, /* The buffers module */
+ XML_FROM_URI /* The URI module */
} xmlErrorDomain;
/**