X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fresolve%2Fresolved-dns-cache.h;h=d88d1d0e1510cb14221288df983ea012ff65135e;hb=bd8f65387673e29f46136a4ed172097035002c23;hp=590cf691b3e75c2d6b03847fa5037ac3b72a2358;hpb=623a4c97b9175f95c4b1c6fc34e36c56f1e4ddbf;p=elogind.git diff --git a/src/resolve/resolved-dns-cache.h b/src/resolve/resolved-dns-cache.h index 590cf691b..d88d1d0e1 100644 --- a/src/resolve/resolved-dns-cache.h +++ b/src/resolve/resolved-dns-cache.h @@ -40,5 +40,5 @@ typedef struct DnsCache { void dns_cache_flush(DnsCache *c); void dns_cache_prune(DnsCache *c); -int dns_cache_put(DnsCache *c, DnsQuestion *q, int rcode, DnsAnswer *answer, usec_t timestamp); +int dns_cache_put(DnsCache *c, DnsQuestion *q, int rcode, DnsAnswer *answer, unsigned max_rrs, usec_t timestamp); int dns_cache_lookup(DnsCache *c, DnsQuestion *q, int *rcode, DnsAnswer **answer);