aboutsummaryrefslogtreecommitdiff
path: root/lib/getpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getpass.h')
-rw-r--r--lib/getpass.h2
1 files changed, 1 insertions, 1 deletions
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 );