aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
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);
222extern void trim(char *s); 222extern void trim(char *s);
223extern char *skip_whitespace(const char *); 223extern char *skip_whitespace(const char *);
224 224
225#ifndef BUILD_INDIVIDUAL
225extern struct BB_applet *find_applet_by_name(const char *name); 226extern struct BB_applet *find_applet_by_name(const char *name);
226void run_applet_by_name(const char *name, int argc, char **argv); 227void 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. */