aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h7
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);
488extern void set_current_security_context(security_context_t sid); 488extern void set_current_security_context(security_context_t sid);
489#endif 489#endif
490extern int run_parts(char **args, const unsigned char test_mode, char **env); 490extern int run_parts(char **args, const unsigned char test_mode, char **env);
491extern int restricted_shell ( const char *shell ); 491extern int restricted_shell(const char *shell);
492extern void setup_environment ( const char *shell, int loginshell, int changeenv, const struct passwd *pw ); 492extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw);
493extern int correct_password ( const struct passwd *pw ); 493extern int correct_password(const struct passwd *pw);
494extern char *pw_encrypt(const char *clear, const char *salt); 494extern char *pw_encrypt(const char *clear, const char *salt);
495extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); 495extern int obscure(const char *old, const char *newval, const struct passwd *pwdp);
496 496
497extern void xsetenv(const char *key, const char *value);
497extern int xopen(const char *pathname, int flags); 498extern int xopen(const char *pathname, int flags);
498extern int xopen3(const char *pathname, int flags, int mode); 499extern int xopen3(const char *pathname, int flags, int mode);
499extern void xread(int fd, void *buf, size_t count); 500extern void xread(int fd, void *buf, size_t count);