summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-cache.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-04 16:05:05 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-05 09:23:05 +0900
commitca9fab8896995b1766787b70963ea752cbb68939 (patch)
treeec56114f6477e57f5faab56acd47c9b6205286ad /src/resolve/resolved-dns-cache.h
parenta24fb9b2ce6f00de28a8c755fa5d3e7b526628da (diff)
downloadsystemd-ca9fab8896995b1766787b70963ea752cbb68939.tar.gz
Revert "resolvectl: Add show-multicast verb to show discovered LLMNR/mDNS hosts"
Diffstat (limited to 'src/resolve/resolved-dns-cache.h')
-rw-r--r--src/resolve/resolved-dns-cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resolve/resolved-dns-cache.h b/src/resolve/resolved-dns-cache.h
index 6de44cfd05..4ab213dc9c 100644
--- a/src/resolve/resolved-dns-cache.h
+++ b/src/resolve/resolved-dns-cache.h
@@ -27,8 +27,7 @@ int dns_cache_lookup(DnsCache *c, DnsResourceKey *key, bool clamp_ttl, int *rcod
int dns_cache_check_conflicts(DnsCache *cache, DnsResourceRecord *rr, int owner_family, const union in_addr_union *owner_address);
-void dns_cache_dump_to_file(DnsCache *cache, FILE *f);
-int dns_cache_dump_to_answer(DnsCache *cache, DnsAnswer **answer);
+void dns_cache_dump(DnsCache *cache, FILE *f);
bool dns_cache_is_empty(DnsCache *cache);
unsigned dns_cache_size(DnsCache *cache);