aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/util/data/msgparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/util/data/msgparse.h')
-rw-r--r--contrib/unbound/util/data/msgparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/unbound/util/data/msgparse.h b/contrib/unbound/util/data/msgparse.h
index 8e5c94a28cba..656e0d285dcd 100644
--- a/contrib/unbound/util/data/msgparse.h
+++ b/contrib/unbound/util/data/msgparse.h
@@ -82,6 +82,8 @@ extern time_t MAX_TTL;
extern time_t MIN_TTL;
/** Maximum Negative TTL that is allowed */
extern time_t MAX_NEG_TTL;
+/** Minimum Negative TTL that is allowed */
+extern time_t MIN_NEG_TTL;
/** If we serve expired entries and prefetch them */
extern int SERVE_EXPIRED;
/** Time to serve records after expiration */