diff options
author | Rob Landley <rob@landley.net> | 2006-08-09 20:56:23 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-08-09 20:56:23 +0000 |
commit | 519d7df930d2ac14b7a833c0255a4a5abd5a329b (patch) | |
tree | ad8d4242826335c7e418648d60d82a55095f11e1 /include/libbb.h | |
parent | e55a73c7a89d9437bda82d317ee980989a5949db (diff) | |
download | busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.tar.gz busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.tar.bz2 busybox-w32-519d7df930d2ac14b7a833c0255a4a5abd5a329b.zip |
Another whack at scripts/individual. Now builds 212 applets.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 963a0290c..67d4eb170 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -222,8 +222,10 @@ extern void chomp(char *s); | |||
222 | extern void trim(char *s); | 222 | extern void trim(char *s); |
223 | extern char *skip_whitespace(const char *); | 223 | extern char *skip_whitespace(const char *); |
224 | 224 | ||
225 | #ifndef BUILD_INDIVIDUAL | ||
225 | extern struct BB_applet *find_applet_by_name(const char *name); | 226 | extern struct BB_applet *find_applet_by_name(const char *name); |
226 | void run_applet_by_name(const char *name, int argc, char **argv); | 227 | void run_applet_by_name(const char *name, int argc, char **argv); |
228 | #endif | ||
227 | 229 | ||
228 | /* dmalloc will redefine these to it's own implementation. It is safe | 230 | /* dmalloc will redefine these to it's own implementation. It is safe |
229 | * to have the prototypes here unconditionally. */ | 231 | * to have the prototypes here unconditionally. */ |