diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 557978e66..8eccd8170 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1108,7 +1108,7 @@ int spawn_and_wait(char **argv) FAST_FUNC; | |||
1108 | int run_nofork_applet(int applet_no, char **argv) FAST_FUNC; | 1108 | int run_nofork_applet(int applet_no, char **argv) FAST_FUNC; |
1109 | #ifndef BUILD_INDIVIDUAL | 1109 | #ifndef BUILD_INDIVIDUAL |
1110 | extern int find_applet_by_name(const char *name) FAST_FUNC; | 1110 | extern int find_applet_by_name(const char *name) FAST_FUNC; |
1111 | extern void run_applet_no_and_exit(int a, char **argv) NORETURN FAST_FUNC; | 1111 | extern void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC; |
1112 | #endif | 1112 | #endif |
1113 | 1113 | ||
1114 | /* Helpers for daemonization. | 1114 | /* Helpers for daemonization. |