summaryrefslogtreecommitdiffstats
path: root/common/ini/ini_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/ini/ini_defines.h')
-rw-r--r--common/ini/ini_defines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/ini/ini_defines.h b/common/ini/ini_defines.h
index bead998..1d03835 100644
--- a/common/ini/ini_defines.h
+++ b/common/ini/ini_defines.h
@@ -95,6 +95,12 @@
*/
#define COL_CLASS_INI_META COL_CLASS_INI_BASE + 4
+/* Family of errors */
+#define INI_FAMILY_PARSING 0
+#define INI_FAMILY_VALIDATION 1
+#define INI_FAMILY_GRAMMAR 2
+
+
/* Different error string functions can be passed as callbacks */
typedef const char * (*error_fn)(int error);