Closing bug 730. libbb run_parts is using scandir (a GNUism),
[oweals/busybox.git] / include / libbb.h
index 61e37942399a693e496cccbe8267f6a48976d4c4..e9303123136eee6ad81a950b6f47a79bce9a09a7 100644 (file)
@@ -449,7 +449,6 @@ extern void run_shell(const char *shell, int loginshell, const char *command, co
 extern void renew_current_security_context(void);
 extern void set_current_security_context(security_context_t sid);
 #endif
-extern int run_parts(char **args, const unsigned char test_mode, char **env);
 extern int restricted_shell(const char *shell);
 extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw);
 extern int correct_password(const struct passwd *pw);