diff options
author | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-11 06:21:00 +0000 |
commit | 545106f8db3e9e40d454a8713e713b0741739b23 (patch) | |
tree | c5a1aa31cac00d7bd5bcfa466374ff746764f3f2 /include/libbb.h | |
parent | 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (diff) | |
download | busybox-545106f8db3e9e40d454a8713e713b0741739b23.zip busybox-545106f8db3e9e40d454a8713e713b0741739b23.tar.gz |
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
Diffstat (limited to 'include/libbb.h')
-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 ec4ff3a..869a780 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -324,6 +324,7 @@ void bb_asprintf(char **string_ptr, const char *format, ...) __attribute__ ((for #define FAIL_DELAY 3 extern void change_identity ( const struct passwd *pw ); extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args ); +extern int run_parts(char **args, const unsigned char test_mode); 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 ); |