aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 810af89c..c07e565b 100644
--- a/toys.h
+++ b/toys.h
@@ -31,6 +31,7 @@ int exit_main(void);
int hello_main(void);
int toybox_main(void);
int toysh_main(void);
+int which_main(void);
#define TOYFLAG_USR (1<<0)
#define TOYFLAG_BIN (1<<1)