summaryrefslogtreecommitdiffstats
path: root/src/knot/zone/semantic-check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knot/zone/semantic-check.h')
-rw-r--r--src/knot/zone/semantic-check.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/knot/zone/semantic-check.h b/src/knot/zone/semantic-check.h
index f92639b..6a8b3c3 100644
--- a/src/knot/zone/semantic-check.h
+++ b/src/knot/zone/semantic-check.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2023 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2024 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -64,6 +64,7 @@ typedef enum {
SEM_ERR_DNSKEY_NONE,
SEM_ERR_DNSKEY_INVALID,
+ SEM_ERR_DNSKEY_KEYTAG_LIMIT,
SEM_ERR_CDS_NONE,
SEM_ERR_CDS_NOT_MATCH,