1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/getpass.h

9 lines
169 B
C

#ifndef __GETPASS_H
#define __GETPASS_H
/*
* Returning non-zero will abort the continued operation!
*/
int getpass_r(char *prompt, char* buffer, int buflen );
#endif