diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c23018f17..8f1ee7eec 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1607,6 +1607,7 @@ void msleep(unsigned ms) FAST_FUNC; | |||
1607 | void sleep1(void) FAST_FUNC; | 1607 | void sleep1(void) FAST_FUNC; |
1608 | void change_identity(const struct passwd *pw) FAST_FUNC; | 1608 | void change_identity(const struct passwd *pw) FAST_FUNC; |
1609 | void exec_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC; | 1609 | void exec_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC; |
1610 | void exec_login_shell(const char *shell) NORETURN FAST_FUNC; | ||
1610 | void exec_prog_or_SHELL(char **argv) NORETURN FAST_FUNC; | 1611 | void exec_prog_or_SHELL(char **argv) NORETURN FAST_FUNC; |
1611 | 1612 | ||
1612 | /* Returns $SHELL, getpwuid(getuid())->pw_shell, or DEFAULT_SHELL. | 1613 | /* Returns $SHELL, getpwuid(getuid())->pw_shell, or DEFAULT_SHELL. |