From 02037971ed5a97ad78c062e753b53c7a1542bcc5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Oct 2000 10:32:04 +0000 Subject: =?UTF-8?q?renamed=20getpass()=20to=20my=5Fgetpass()=20and=20it=20?= =?UTF-8?q?is=20now=20thread-safe=20and=20should=20disable=20passwd-echoin?= =?UTF-8?q?g=20on=20win32=20(supplied=20by=20Bj=F6rn=20Stenberg)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/getpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/getpass.h') diff --git a/lib/getpass.h b/lib/getpass.h index 33dfed668..91abe2214 100644 --- a/lib/getpass.h +++ b/lib/getpass.h @@ -1 +1 @@ -char *getpass(const char *prompt); +void my_getpass(const char *prompt, char* buffer, int buflen ); -- cgit v1.2.3