aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/setconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setconf.c')
-rw-r--r--src/setconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setconf.c b/src/setconf.c
index 89b3023..bfd0a3a 100644
--- a/src/setconf.c
+++ b/src/setconf.c
@@ -98,7 +98,7 @@ static bool sync_conf(struct wgdevice *file)
return true;
}
-int setconf_main(int argc, char *argv[])
+int setconf_main(int argc, const char *argv[])
{
struct wgdevice *device = NULL;
struct config_ctx ctx;