aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-08 17:22:45 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-08 17:22:45 +0000
commit2e502914b0a2281e5d87b5093da5fb9e9759a601 (patch)
tree4c02333e3a7fea88a5a44fb8a00ead25dad0b06e /include
parentdd93abeaffa79efcf3028489b7638f2c723020e8 (diff)
downloadbusybox-w32-2e502914b0a2281e5d87b5093da5fb9e9759a601.tar.gz
busybox-w32-2e502914b0a2281e5d87b5093da5fb9e9759a601.tar.bz2
busybox-w32-2e502914b0a2281e5d87b5093da5fb9e9759a601.zip
login: style fixes
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h6
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
492extern void bb_do_delay(int seconds); 492extern void bb_do_delay(int seconds);
493extern void change_identity ( const struct passwd *pw ); 493extern void change_identity(const struct passwd *pw);
494extern const char *change_identity_e2str ( const struct passwd *pw ); 494extern const char *change_identity_e2str(const struct passwd *pw);
495extern void run_shell ( const char *shell, int loginshell, const char *command, const char **additional_args); 495extern void run_shell(const char *shell, int loginshell, const char *command, const char **additional_args);
496#ifdef CONFIG_SELINUX 496#ifdef CONFIG_SELINUX
497extern void renew_current_security_context(void); 497extern void renew_current_security_context(void);
498extern void set_current_security_context(security_context_t sid); 498extern void set_current_security_context(security_context_t sid);