aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 60cb2b07..b67b8cd7 100644
--- a/main.c
+++ b/main.c
@@ -68,7 +68,7 @@ static void unknown(char *name)
}
// Setup toybox global state for this command.
-static void toy_singleinit(struct toy_list *which, char *argv[])
+void toy_singleinit(struct toy_list *which, char *argv[])
{
toys.which = which;
toys.argv = argv;