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 06a43122a..415eac59c 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. */ @@ -170,4 +173,8 @@ gpg_error_t get_dns_srv (ctrl_t ctrl, 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*/ |