summaryrefslogtreecommitdiff
path: root/proto/wireguard/wireguard.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/wireguard/wireguard.c')
-rw-r--r--proto/wireguard/wireguard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c
index 992399c8..4f006d1e 100644
--- a/proto/wireguard/wireguard.c
+++ b/proto/wireguard/wireguard.c
@@ -1031,7 +1031,8 @@ wg_channel_init(struct channel *CH, struct channel_config *CHC)
}
static int
-wg_channel_reconfigure(struct channel *CH, struct channel_config *CHC)
+wg_channel_reconfigure(struct channel *CH, struct channel_config *CHC,
+ int *import_changed, int *export_changed)
{
/* Try to reconfigure instance, returns success */
log(L_TRACE "WG: wg_channel_reconfigure");