summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index ebc6d78..172287a 100644
--- a/src/config.c
+++ b/src/config.c
@@ -221,7 +221,6 @@ static int populate_ipmask(void *ctx, union nf_inet_addr ip, u8 cidr, int family
return ret;
}
-
static int populate_peer(struct wireguard_peer *peer, void *ctx)
{
int ret = 0;
@@ -262,7 +261,6 @@ static int populate_peer(struct wireguard_peer *peer, void *ctx)
return ret;
}
-
int config_get_device(struct wireguard_device *wg, void __user *udevice)
{
int ret = 0;