From 0a04b3ef850cd3d6f06b3c8d0036993adc9ba7b2 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 3 Nov 2006 00:05:52 -0500 Subject: Implement which. Add hello world to menuconfig. Wrap the various applet main functions in main.c with USE() macros so --gc-sections can strip them. --- toys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys.h') 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) -- cgit v1.2.3