diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dns-stuff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/dns-stuff.h b/dirmngr/dns-stuff.h index 20a4b41ef..2be972a53 100644 --- a/dirmngr/dns-stuff.h +++ b/dirmngr/dns-stuff.h @@ -116,6 +116,8 @@ gpg_error_t enable_dns_tormode (int new_circuit); next DNS query. Note that this is only used in Tor mode. */ void set_dns_nameserver (const char *ipaddr); +/* SIGHUP action handler for this module. */ +void reload_dns_stuff (int force); void free_dns_addrinfo (dns_addrinfo_t ai); |