Sign in
android
/
platform
/
external
/
curl
/
78423c5899c3927fc038c0f8ceccce9245c5043d
/
.
/
lib
/
getpass.h
blob: 2f63e6db0ed5776e47ad720979f9f18134c37d42 [
file
] [
log
] [
blame
]
#ifndef
__GETPASS_H
#define
__GETPASS_H
/*
* Returning non-zero will abort the continued operation!
*/
int
getpass_r
(
char
*
prompt
,
char
*
buffer
,
int
buflen
);
#endif