diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/dns-stuff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dns-stuff.h b/dirmngr/dns-stuff.h index 515a859b1..69637d61d 100644 --- a/dirmngr/dns-stuff.h +++ b/dirmngr/dns-stuff.h @@ -94,7 +94,7 @@ struct srventry /* Calling this function switches the DNS code into Tor mode if possibe. Return 0 on success. */ -gpg_error_t enable_dns_tormode (void); +gpg_error_t enable_dns_tormode (int new_circuit); void free_dns_addrinfo (dns_addrinfo_t ai); |