summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadRustRuntime/include
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-11-05 10:13:35 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-11-26 11:03:54 +0100
commitdd66d1246b005594a16841ec945bf98914e80899 (patch)
tree4337bf013ef0591dfee8fbf0fecf4f0401b036aa /ios/MullvadRustRuntime/include
parent038be31659eba06001e15185256bd64ee4e105bc (diff)
downloadmullvadvpn-dd66d1246b005594a16841ec945bf98914e80899.tar.xz
mullvadvpn-dd66d1246b005594a16841ec945bf98914e80899.zip
Allow override of encrypted DNS domain name
Diffstat (limited to 'ios/MullvadRustRuntime/include')
-rw-r--r--ios/MullvadRustRuntime/include/mullvad_rust_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h b/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h
index 26904b89df..ad13d1f6e0 100644
--- a/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h
+++ b/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h
@@ -34,7 +34,7 @@ extern const uint16_t CONFIG_SERVICE_PORT;
/**
* Initializes a valid pointer to an instance of `EncryptedDnsProxyState`.
*/
-struct EncryptedDnsProxyState *encrypted_dns_proxy_init(void);
+struct EncryptedDnsProxyState *encrypted_dns_proxy_init(const char *domain_name);
/**
* This must be called only once to deallocate `EncryptedDnsProxyState`.