File tree 1 file changed +2
-3
lines changed
ios/MullvadRustRuntime/include
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ int32_t encrypted_dns_proxy_stop(struct ProxyHandle *proxy_config);
99
99
void cancel_ephemeral_peer_exchange (struct ExchangeCancelToken * sender );
100
100
101
101
/**
102
- * Called by the Swift side to signal that the Rust `EphemeralPeerCancelToken` can be safely dropped
103
- * from memory.
102
+ * Called by the Swift side to signal that the Rust `EphemeralPeerCancelToken` can be safely
103
+ * dropped from memory.
104
104
*
105
105
* # Safety
106
106
* `sender` must be pointing to a valid instance of a `EphemeralPeerCancelToken` created by the
@@ -117,7 +117,6 @@ void drop_ephemeral_peer_exchange_token(struct ExchangeCancelToken *sender);
117
117
* `packet_tunnel` must be valid pointers to a packet tunnel, the packet tunnel pointer must
118
118
* outlive the ephemeral peer exchange. `cancel_token` should be owned by the caller of this
119
119
* function.
120
- *
121
120
*/
122
121
struct ExchangeCancelToken * request_ephemeral_peer (const uint8_t * public_key ,
123
122
const uint8_t * ephemeral_key ,
You can’t perform that action at this time.
0 commit comments