diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-01 01:27:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-01 01:27:30 +0000 |
commit | 6f9a7783ce2f3ffae28176f8bcfcd6b86c1b41b3 (patch) | |
tree | c8d14b02f851c42acde95b53c77527e5461c885b /include | |
parent | 90d2bff4c67d65a4025451213d5028c539b7b91a (diff) | |
download | busybox-w32-6f9a7783ce2f3ffae28176f8bcfcd6b86c1b41b3.tar.gz busybox-w32-6f9a7783ce2f3ffae28176f8bcfcd6b86c1b41b3.tar.bz2 busybox-w32-6f9a7783ce2f3ffae28176f8bcfcd6b86c1b41b3.zip |
Do not use getpass(3)
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a01a0ca3e..b65043cf3 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -233,6 +233,7 @@ extern long my_getgrnam(const char *name); | |||
233 | extern char * my_getpwuid(char *name, long uid); | 233 | extern char * my_getpwuid(char *name, long uid); |
234 | extern char * my_getgrgid(char *group, long gid); | 234 | extern char * my_getgrgid(char *group, long gid); |
235 | extern long my_getpwnamegid(const char *name); | 235 | extern long my_getpwnamegid(const char *name); |
236 | extern char *bb_askpass(int timeout, const char * prompt); | ||
236 | 237 | ||
237 | extern int device_open(const char *device, int mode); | 238 | extern int device_open(const char *device, int mode); |
238 | 239 | ||