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 6b75b8a89..ddc93c183 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -405,7 +405,7 @@ extern void run_shell ( const char *shell, int loginshell, const char *command, | |||
405 | , security_id_t sid | 405 | , security_id_t sid |
406 | #endif | 406 | #endif |
407 | ); | 407 | ); |
408 | extern int run_parts(char **args, const unsigned char test_mode); | 408 | extern int run_parts(char **args, const unsigned char test_mode, char **env); |
409 | extern int restricted_shell ( const char *shell ); | 409 | extern int restricted_shell ( const char *shell ); |
410 | extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); | 410 | extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); |
411 | extern int correct_password ( const struct passwd *pw ); | 411 | extern int correct_password ( const struct passwd *pw ); |