2000-11-06 22:53:50 +00:00
|
|
|
#ifndef __GETPASS_H
|
|
|
|
#define __GETPASS_H
|
|
|
|
/*
|
2000-11-10 09:18:25 +00:00
|
|
|
* Returning NULL will abort the continued operation!
|
2000-11-06 22:53:50 +00:00
|
|
|
*/
|
2000-12-05 08:04:04 +00:00
|
|
|
char* getpass_r(char *prompt, char* buffer, size_t buflen );
|
2000-11-06 22:53:50 +00:00
|
|
|
|
|
|
|
#endif
|