diff options
| author | Emīls <emils@mullvad.net> | 2024-10-18 17:36:12 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-18 17:36:12 +0200 |
| commit | 0c574426f2f75a7d808d4995c0cdfd133caa634f (patch) | |
| tree | 9787060c881a704d812c6c45ec1fc3edd9b3bde5 | |
| parent | f7ee8f3b4a2a746cd0001f1bf3a550d0d9515399 (diff) | |
| parent | f2d519c564e497ed50bc957a10a9379fb906497f (diff) | |
| download | mullvadvpn-0c574426f2f75a7d808d4995c0cdfd133caa634f.tar.xz mullvadvpn-0c574426f2f75a7d808d4995c0cdfd133caa634f.zip | |
Merge branch 'add-missing-header-comments'
| -rw-r--r-- | ios/MullvadRustRuntime/include/mullvad_rust_runtime.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h b/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h index 7aa7cbb3e8..a110313c72 100644 --- a/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h +++ b/ios/MullvadRustRuntime/include/mullvad_rust_runtime.h @@ -5,6 +5,10 @@ #include <stdint.h> #include <stdlib.h> +/** + * A thin wrapper around [`mullvad_encrypted_dns_proxy::state::EncryptedDnsProxyState`] that + * can start a local forwarder (see [`Self::start`]). + */ typedef struct EncryptedDnsProxyState EncryptedDnsProxyState; typedef struct ProxyHandle { |
