Do not use getpass(3)

This commit is contained in:
Eric Andersen
2004-05-01 01:27:30 +00:00
parent 90d2bff4c6
commit 6f9a7783ce
7 changed files with 98 additions and 38 deletions

View File

@ -233,6 +233,7 @@ extern long my_getgrnam(const char *name);
extern char * my_getpwuid(char *name, long uid);
extern char * my_getgrgid(char *group, long gid);
extern long my_getpwnamegid(const char *name);
extern char *bb_askpass(int timeout, const char * prompt);
extern int device_open(const char *device, int mode);