1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-07 10:05:06 -05:00
curl/lib/getpass.h

9 lines
167 B
C

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