DEBSOURCES
Skip Quicknav
sources / cadaver / 0.23.3-2 / lib / getpass.h
123456789
#ifndef GETPASS_H #define GETPASS_H char *fm_getpassword(const char *prompt); #define PASSWORDLEN 256 #endif /* GETPASS_H */