aboutsummaryrefslogtreecommitdiff
path: root/lib/getpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getpass.h')
-rw-r--r--lib/getpass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getpass.h b/lib/getpass.h
index 2f63e6db0..6245f2295 100644
--- a/lib/getpass.h
+++ b/lib/getpass.h
@@ -1,8 +1,8 @@
#ifndef __GETPASS_H
#define __GETPASS_H
/*
- * Returning non-zero will abort the continued operation!
+ * Returning NULL will abort the continued operation!
*/
-int getpass_r(char *prompt, char* buffer, int buflen );
+char* getpass_r(char *prompt, char* buffer, int buflen );
#endif