This commit is contained in:
Nick Peng
2018-06-29 01:06:24 +08:00
parent 10136a73b3
commit a1906787b1
7 changed files with 147 additions and 72 deletions

View File

@@ -34,6 +34,8 @@ void dns_cache_release(struct dns_cache *dns_cache);
void dns_cache_update(struct dns_cache *dns_cache);
void dns_cache_invalidate(void);
int dns_cache_get_ttl(struct dns_cache *dns_cache);
void dns_cache_destroy(void);