aboutsummaryrefslogtreecommitdiffstats
path: root/wireguard-go-bridge/wireguard.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-25 18:02:16 +0200
committerRoopesh Chander <roop@roopc.net>2019-05-26 00:12:47 +0530
commit0340641c4c8d7be93e8f85be9827dec68711ab9a (patch)
tree9ec13f987bd55da78cc983d6e62fe9bb2f8c2651 /wireguard-go-bridge/wireguard.h
parentNetworkExtension: use excludedRoutes instead of binding on iOS (diff)
downloadwireguard-apple-0340641c4c8d7be93e8f85be9827dec68711ab9a.tar.xz
wireguard-apple-0340641c4c8d7be93e8f85be9827dec68711ab9a.zip
NetworkExtension: apparently the extension process is scoped properly anyway
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--wireguard-go-bridge/wireguard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wireguard-go-bridge/wireguard.h b/wireguard-go-bridge/wireguard.h
index 5ae9023..58e688b 100644
--- a/wireguard-go-bridge/wireguard.h
+++ b/wireguard-go-bridge/wireguard.h
@@ -18,7 +18,6 @@ extern int wgTurnOn(gostring_t settings, int32_t tun_fd);
extern void wgTurnOff(int handle);
extern int64_t wgSetConfig(int handle, gostring_t settings);
extern char *wgGetConfig(int handle);
-extern void wgBindInterfaceScope(int handle, int32_t ifscope);
extern const char *wgVersion();
#endif