aboutsummaryrefslogtreecommitdiff
path: root/validator/autotrust.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator/autotrust.h')
-rw-r--r--validator/autotrust.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/autotrust.h b/validator/autotrust.h
index c549798f0e3c..057f2b68aed7 100644
--- a/validator/autotrust.h
+++ b/validator/autotrust.h
@@ -206,6 +206,6 @@ void autr_debug_print(struct val_anchors* anchors);
/** callback for query answer to 5011 probe */
void probe_answer_cb(void* arg, int rcode, struct sldns_buffer* buf,
- enum sec_status sec, char* errinf);
+ enum sec_status sec, char* errinf, int was_ratelimited);
#endif /* VALIDATOR_AUTOTRUST_H */