aboutsummaryrefslogtreecommitdiff
path: root/services/cache/rrset.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/cache/rrset.h')
-rw-r--r--services/cache/rrset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/cache/rrset.h b/services/cache/rrset.h
index 98e44a4e5268..d5439ef085b7 100644
--- a/services/cache/rrset.h
+++ b/services/cache/rrset.h
@@ -102,7 +102,7 @@ struct rrset_cache* rrset_cache_adjust(struct rrset_cache* r,
* @param id: used to check that the item is unchanged and not deleted.
*/
void rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key,
- hashvalue_t hash, rrset_id_t id);
+ hashvalue_type hash, rrset_id_type id);
/**
* Update an rrset in the rrset cache. Stores the information for later use.