aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/validator/val_kcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/validator/val_kcache.h')
-rw-r--r--contrib/unbound/validator/val_kcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unbound/validator/val_kcache.h b/contrib/unbound/validator/val_kcache.h
index 76c9dd094d1a..df8de0999b3f 100644
--- a/contrib/unbound/validator/val_kcache.h
+++ b/contrib/unbound/validator/val_kcache.h
@@ -76,10 +76,10 @@ void key_cache_delete(struct key_cache* kcache);
* @param kcache: the key cache.
* @param kkey: key entry key, assumed malloced in a region, is copied
* to perform update or insertion. Its data pointer is also copied.
- * @param qstate: store errinf reason in case its bad.
+ * @param copy_reason: if the reason string needs to be copied (allocated).
*/
void key_cache_insert(struct key_cache* kcache, struct key_entry_key* kkey,
- struct module_qstate* qstate);
+ int copy_reason);
/**
* Remove an entry from the key cache.