diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index b4516e99a..222b4acec 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -488,12 +488,13 @@ extern void renew_current_security_context(void); | |||
488 | extern void set_current_security_context(security_context_t sid); | 488 | extern void set_current_security_context(security_context_t sid); |
489 | #endif | 489 | #endif |
490 | extern int run_parts(char **args, const unsigned char test_mode, char **env); | 490 | extern int run_parts(char **args, const unsigned char test_mode, char **env); |
491 | extern int restricted_shell ( const char *shell ); | 491 | extern int restricted_shell(const char *shell); |
492 | extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); | 492 | extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw); |
493 | extern int correct_password ( const struct passwd *pw ); | 493 | extern int correct_password(const struct passwd *pw); |
494 | extern char *pw_encrypt(const char *clear, const char *salt); | 494 | extern char *pw_encrypt(const char *clear, const char *salt); |
495 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); | 495 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); |
496 | 496 | ||
497 | extern void xsetenv(const char *key, const char *value); | ||
497 | extern int xopen(const char *pathname, int flags); | 498 | extern int xopen(const char *pathname, int flags); |
498 | extern int xopen3(const char *pathname, int flags, int mode); | 499 | extern int xopen3(const char *pathname, int flags, int mode); |
499 | extern void xread(int fd, void *buf, size_t count); | 500 | extern void xread(int fd, void *buf, size_t count); |