aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a21f4204a..e39021eb1 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1239,8 +1239,6 @@ const struct hwtype *get_hwntype(int type) FAST_FUNC;
1239 1239
1240#ifndef BUILD_INDIVIDUAL 1240#ifndef BUILD_INDIVIDUAL
1241extern int find_applet_by_name(const char *name) FAST_FUNC; 1241extern int find_applet_by_name(const char *name) FAST_FUNC;
1242/* Returns only if applet is not found. */
1243extern void run_applet_and_exit(const char *name, char **argv) FAST_FUNC;
1244extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; 1242extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC;
1245#endif 1243#endif
1246 1244