Skip to content

Commit

Permalink
Merge branch 'add-missing-header-comments'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Oct 18, 2024
2 parents f7ee8f3 + f2d519c commit 0c57442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/MullvadRustRuntime/include/mullvad_rust_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c57442

Please sign in to comment.