[BusyBox-cvs] busybox/include libbb.h,1.129,1.130

Erik Andersen andersen at busybox.net
Sat May 1 01:27:32 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv16282/include

Modified Files:
	libbb.h 
Log Message:
Do not use getpass(3)


Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- a/libbb.h	15 Mar 2004 08:28:38 -0000	1.129
+++ b/libbb.h	1 May 2004 01:27:30 -0000	1.130
@@ -233,6 +233,7 @@
 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);
 



More information about the busybox-cvs mailing list