summaryrefslogtreecommitdiff
path: root/src/common/errcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/errcode.h')
-rw-r--r--src/common/errcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/errcode.h b/src/common/errcode.h
index c29a433..7436b06 100644
--- a/src/common/errcode.h
+++ b/src/common/errcode.h
@@ -116,6 +116,7 @@ enum knot_error {
/* Zone scanner errors. */
ZSCANNER_UNCOVERED_STATE,
+ ZSCANNER_UNCLOSED_MULTILINE,
ZSCANNER_ELEFT_PARENTHESIS,
ZSCANNER_ERIGHT_PARENTHESIS,
ZSCANNER_EUNSUPPORTED_TYPE,