summaryrefslogtreecommitdiffstats
path: root/readpass.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:23:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:23:10 +0000
commitb0407fc670012c2f299978ad9e971697437fd006 (patch)
treec5f6ced2d7e2039223f977acf3cd7b1b2f3c672f /readpass.h
parent31ca54aa86a90052f8fe73fda66c7f39fd5079bc (diff)
- (bal) Missing 'const' in readpass.h
Diffstat (limited to 'readpass.h')
-rw-r--r--readpass.h2
1 files changed, 1 insertions, 1 deletions
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);