diff options
Diffstat (limited to 'dirmngr/dns-stuff.h')
-rw-r--r-- | dirmngr/dns-stuff.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dirmngr/dns-stuff.h b/dirmngr/dns-stuff.h index 612b2e5f5..a9f96515e 100644 --- a/dirmngr/dns-stuff.h +++ b/dirmngr/dns-stuff.h @@ -134,6 +134,9 @@ void set_dns_nameserver (const char *ipaddr); /* SIGHUP action handler for this module. */ void reload_dns_stuff (int force); +/* Housekeeping for this module. */ +void dns_stuff_housekeeping (void); + void free_dns_addrinfo (dns_addrinfo_t ai); /* Function similar to getaddrinfo. */ @@ -166,4 +169,8 @@ gpg_error_t get_dns_srv (const char *name, struct srventry **list, unsigned int *r_count); +/* Store true in the variable if such an IP interface is usable. */ +void check_inet_support (int *r_v4, int *r_v6); + + #endif /*GNUPG_DIRMNGR_DNS_STUFF_H*/ |