diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-08 17:22:45 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-08 17:22:45 +0000 |
commit | 3a0dceb3d000e9f45a216b8ef5ce61cc3c1d0342 (patch) | |
tree | 4c02333e3a7fea88a5a44fb8a00ead25dad0b06e /include | |
parent | fa9b47a9506d1e15ea9aed5cfbeff8c2279ba8da (diff) | |
download | busybox-w32-3a0dceb3d000e9f45a216b8ef5ce61cc3c1d0342.tar.gz busybox-w32-3a0dceb3d000e9f45a216b8ef5ce61cc3c1d0342.tar.bz2 busybox-w32-3a0dceb3d000e9f45a216b8ef5ce61cc3c1d0342.zip |
login: style fixes
git-svn-id: svn://busybox.net/trunk/busybox@16072 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 6bea048a3..7fbeb4fb7 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -490,9 +490,9 @@ void xprint_and_close_file(FILE *file); | |||
490 | 490 | ||
491 | #define FAIL_DELAY 3 | 491 | #define FAIL_DELAY 3 |
492 | extern void bb_do_delay(int seconds); | 492 | extern void bb_do_delay(int seconds); |
493 | extern void change_identity ( const struct passwd *pw ); | 493 | extern void change_identity(const struct passwd *pw); |
494 | extern const char *change_identity_e2str ( const struct passwd *pw ); | 494 | extern const char *change_identity_e2str(const struct passwd *pw); |
495 | extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args); | 495 | extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args); |
496 | #ifdef CONFIG_SELINUX | 496 | #ifdef CONFIG_SELINUX |
497 | extern void renew_current_security_context(void); | 497 | extern void renew_current_security_context(void); |
498 | extern void set_current_security_context(security_context_t sid); | 498 | extern void set_current_security_context(security_context_t sid); |