From 8490fa485467edd9f03074a39329c3669663b2cf Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 7 Apr 2003 21:11:33 +0000 Subject: const cleanup. Jeremy. (This used to be commit 03ad0179e343c2c5066f9df7594e6f928d737894) --- source3/lib/getsmbpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/getsmbpass.c b/source3/lib/getsmbpass.c index c271d55404..b6ae09b318 100644 --- a/source3/lib/getsmbpass.c +++ b/source3/lib/getsmbpass.c @@ -83,7 +83,7 @@ static int tcsetattr(int fd, int flags, struct sgttyb *t) static struct termios t; #endif /* SYSV_TERMIO */ -char *getsmbpass(char *prompt) +char *getsmbpass(const char *prompt) { FILE *in, *out; int echo_off; -- cgit