mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
Replace callback-based Adapter with event polling-based AdapterUniFfi This change improves reliability by eliminating callback lifetime issues.
9 lines
194 B
C
9 lines
194 B
C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
// UniFFI generated header
|
|
#include "Connlib/Generated/connlibFFI.h"
|
|
|
|
#include <resolv.h>
|