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

#endif