diff options
| author | Rob Landley <rob@landley.net> | 2006-01-06 20:59:09 +0000 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2006-01-06 20:59:09 +0000 |
| commit | 84cb76733f0e5853a6c7c2f64b1c168e61dfd933 (patch) | |
| tree | e9315133e3d21ea032e5e676ddb3f39e18be5605 /include | |
| parent | 251161f75c0895a1138f87bd80d9bcc38e567444 (diff) | |
| download | busybox-w32-84cb76733f0e5853a6c7c2f64b1c168e61dfd933.tar.gz busybox-w32-84cb76733f0e5853a6c7c2f64b1c168e61dfd933.tar.bz2 busybox-w32-84cb76733f0e5853a6c7c2f64b1c168e61dfd933.zip | |
patch from tito: consolidate delay functions as bb_do_delay()
Diffstat (limited to 'include')
| -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 52d91c826..f6efc40df 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -355,7 +355,7 @@ extern const char * const bb_default_login_shell; | |||
| 355 | #define DEFAULT_SHELL_SHORT_NAME (bb_default_login_shell+6) | 355 | #define DEFAULT_SHELL_SHORT_NAME (bb_default_login_shell+6) |
| 356 | 356 | ||
| 357 | 357 | ||
| 358 | extern const char bb_path_mtab_file[]; | 358 | extern char bb_path_mtab_file[]; |
| 359 | 359 | ||
| 360 | extern int bb_default_error_retval; | 360 | extern int bb_default_error_retval; |
| 361 | 361 | ||
| @@ -419,6 +419,7 @@ extern size_t bb_strlen(const char *string); | |||
| 419 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); | 419 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
| 420 | 420 | ||
| 421 | #define FAIL_DELAY 3 | 421 | #define FAIL_DELAY 3 |
| 422 | extern void bb_do_delay(int seconds); | ||
| 422 | extern void change_identity ( const struct passwd *pw ); | 423 | extern void change_identity ( const struct passwd *pw ); |
| 423 | extern const char *change_identity_e2str ( const struct passwd *pw ); | 424 | extern const char *change_identity_e2str ( const struct passwd *pw ); |
| 424 | extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args); | 425 | extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args); |
