diff options
Diffstat (limited to 'src/common/errcode.h')
-rw-r--r-- | src/common/errcode.h | 1 |
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, |