summaryrefslogtreecommitdiff
path: root/client/get_password.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/get_password.c')
-rw-r--r--client/get_password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/get_password.c b/client/get_password.c
index 37761d5bb5d..ea024f76fb6 100644
--- a/client/get_password.c
+++ b/client/get_password.c
@@ -107,7 +107,7 @@ char *get_tty_password(const char *opt_message)
* to will not include the eol characters.
*/
-static void get_password(char *to,uint length,int fd,bool echo)
+static void get_password(char *to,uint length,int fd, my_bool echo)
{
char *pos=to,*end=to+length;