diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 8c1d78434..ce4b9223c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -477,7 +477,8 @@ extern void setup_environment(const char *shell, int loginshell, int changeenv, | |||
477 | extern int correct_password(const struct passwd *pw); | 477 | extern int correct_password(const struct passwd *pw); |
478 | extern char *pw_encrypt(const char *clear, const char *salt); | 478 | extern char *pw_encrypt(const char *clear, const char *salt); |
479 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); | 479 | extern int obscure(const char *old, const char *newval, const struct passwd *pwdp); |
480 | extern int compare_string_array(const char * const string_array[], const char *key); | 480 | extern int index_in_str_array(const char * const string_array[], const char *key); |
481 | extern int index_in_substr_array(const char * const string_array[], const char *key); | ||
481 | extern void print_login_issue(const char *issue_file, const char *tty); | 482 | extern void print_login_issue(const char *issue_file, const char *tty); |
482 | extern void print_login_prompt(void); | 483 | extern void print_login_prompt(void); |
483 | #ifdef BB_NOMMU | 484 | #ifdef BB_NOMMU |