From b0407fc670012c2f299978ad9e971697437fd006 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 9 Feb 2001 02:23:10 +0000 Subject: - (bal) Missing 'const' in readpass.h --- readpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readpass.h') diff --git a/readpass.h b/readpass.h index d8da448a..38d11af6 100644 --- a/readpass.h +++ b/readpass.h @@ -17,4 +17,4 @@ * passphrase (allocated with xmalloc). Exits if EOF is encountered. If * from_stdin is true, the passphrase will be read from stdin instead. */ -char *read_passphrase(char *prompt, int from_stdin); +char *read_passphrase(const char *prompt, int from_stdin); -- cgit v1.2.3