diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
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 |
1241 | extern int find_applet_by_name(const char *name) FAST_FUNC; | 1241 | extern int find_applet_by_name(const char *name) FAST_FUNC; |
1242 | /* Returns only if applet is not found. */ | ||
1243 | extern void run_applet_and_exit(const char *name, char **argv) FAST_FUNC; | ||
1244 | extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; | 1242 | extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; |
1245 | #endif | 1243 | #endif |
1246 | 1244 | ||