summaryrefslogtreecommitdiffstats
path: root/src/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/create.c')
-rw-r--r--src/create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/create.c b/src/create.c
index c1dbea3..d12abfb 100644
--- a/src/create.c
+++ b/src/create.c
@@ -13,7 +13,7 @@
#include "apk_applet.h"
#include "apk_database.h"
-static int create_main(int argc, char **argv)
+static int create_main(void *ctx, int argc, char **argv)
{
if (strcmp(apk_root, "/") == 0) {
apk_error("Will not recreate system root.");