aboutsummaryrefslogtreecommitdiffstats
path: root/wireguard-go-bridge/wireguard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wireguard-go-bridge/wireguard.h')
-rw-r--r--wireguard-go-bridge/wireguard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard-go-bridge/wireguard.h b/wireguard-go-bridge/wireguard.h
index d7183c9..71b4c83 100644
--- a/wireguard-go-bridge/wireguard.h
+++ b/wireguard-go-bridge/wireguard.h
@@ -15,7 +15,7 @@ extern void wgSetLogger(logger_fn_t logger_fn);
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 uint16_t wgGetListenPort(int handle);
+extern void wgBindInterfaceScope(int handle, int32_t ifscope);
extern char *wgVersion();
#endif