blob: 6245f22957ff5a848d8d9e15e04bb47fd1b6c3d5 [file] [log] [blame]
#ifndef __GETPASS_H
#define __GETPASS_H
/*
* Returning NULL will abort the continued operation!
*/
char* getpass_r(char *prompt, char* buffer, int buflen );
#endif