This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
Code
Issues
Pull Requests
Releases
Wiki
Activity
e05922c428
curl
/
lib
/
getpass.h
2 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
renamed getpass() to my_getpass() and it is now thread-safe and should disable passwd-echoing on win32 (supplied by Björn Stenberg)
2000-10-26 12:32:04 +02:00
void
my_getpass
(
const
char
*
prompt
,
char
*
buffer
,
int
buflen
)
;
Reference in New Issue
Copy Permalink