diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9fa0ce90d..18dc9f935 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1602,7 +1602,8 @@ char *bb_simplify_path(const char *path) FAST_FUNC; | |||
1602 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; | 1602 | char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC; |
1603 | 1603 | ||
1604 | void pause_after_failed_login(void) FAST_FUNC; | 1604 | void pause_after_failed_login(void) FAST_FUNC; |
1605 | void bb_do_delay(int seconds) FAST_FUNC; | 1605 | void bb_do_delay(unsigned seconds) FAST_FUNC; |
1606 | void msleep(unsigned ms) FAST_FUNC; | ||
1606 | void sleep1(void) FAST_FUNC; | 1607 | void sleep1(void) FAST_FUNC; |
1607 | void change_identity(const struct passwd *pw) FAST_FUNC; | 1608 | void change_identity(const struct passwd *pw) FAST_FUNC; |
1608 | void run_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC; | 1609 | void run_shell(const char *shell, int loginshell, const char **args) NORETURN FAST_FUNC; |