diff options
Diffstat (limited to 'src/cfg_xml.h')
-rw-r--r-- | src/cfg_xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_xml.h b/src/cfg_xml.h index d27f147ca..62e011fc6 100644 --- a/src/cfg_xml.h +++ b/src/cfg_xml.h @@ -10,6 +10,7 @@ #define XML_PARAM_MISSING 2 #define XML_EXTRA_ELEMENT 3 #define XML_UNMATCHED_TAG 4 +#define XML_INVALID_ATTR 5 enum xml_read_state { XML_READ_START, |