aboutsummaryrefslogtreecommitdiff
path: root/lib/getpass.h
blob: 2f63e6db0ed5776e47ad720979f9f18134c37d42 (plain)
1
2
3
4
5
6
7
8
#ifndef __GETPASS_H
#define __GETPASS_H
/*
 * Returning non-zero will abort the continued operation!
 */
int getpass_r(char *prompt, char* buffer, int buflen );

#endif