aboutsummaryrefslogtreecommitdiff
path: root/validator/val_neg.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator/val_neg.h')
-rw-r--r--validator/val_neg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/validator/val_neg.h b/validator/val_neg.h
index 6ae71306c378..00dad6df1f5c 100644
--- a/validator/val_neg.h
+++ b/validator/val_neg.h
@@ -250,6 +250,7 @@ int val_neg_dlvlookup(struct val_neg_cache* neg, uint8_t* qname, size_t len,
* more conservative, especially for opt-out zones, since the receiver
* may have a trust-anchor below the optout and thus the optout cannot
* be used to create a proof from the negative cache.
+ * @param cfg: config options.
* @return a reply message if something was found.
* This reply may still need validation.
* NULL if nothing found (or out of memory).
@@ -257,7 +258,7 @@ int val_neg_dlvlookup(struct val_neg_cache* neg, uint8_t* qname, size_t len,
struct dns_msg* val_neg_getmsg(struct val_neg_cache* neg,
struct query_info* qinfo, struct regional* region,
struct rrset_cache* rrset_cache, struct sldns_buffer* buf, time_t now,
- int addsoa, uint8_t* topname);
+ int addsoa, uint8_t* topname, struct config_file* cfg);
/**** functions exposed for unit test ****/