diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index bd2dbe573..655ca01a5 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1031,7 +1031,7 @@ extern int restricted_shell(const char *shell); | |||
1031 | */ | 1031 | */ |
1032 | extern void setup_environment(const char *shell, int clear_env, int change_env, const struct passwd *pw); | 1032 | extern void setup_environment(const char *shell, int clear_env, int change_env, const struct passwd *pw); |
1033 | extern int correct_password(const struct passwd *pw); | 1033 | extern int correct_password(const struct passwd *pw); |
1034 | /* Returns a ptr to static storage */ | 1034 | /* Returns a malloced string */ |
1035 | extern char *pw_encrypt(const char *clear, const char *salt, int cleanup); | 1035 | extern char *pw_encrypt(const char *clear, const char *salt, int cleanup); |
1036 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); | 1036 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); |
1037 | /* rnd is additional random input. New one is returned. | 1037 | /* rnd is additional random input. New one is returned. |