1 #ifndef _LOCAL_GETPASS_H
2 #define _LOCAL_GETPASS_H
3 
4 char *getpass(const char *prompt);
5 
6 #endif
7