summaryrefslogtreecommitdiff
path: root/readpass.h
diff options
context:
space:
mode:
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 d8da448a7..38d11af6b 100644
--- a/readpass.h
+++ b/readpass.h
@@ -17,4 +17,4 @@
17 * passphrase (allocated with xmalloc). Exits if EOF is encountered. If 17 * passphrase (allocated with xmalloc). Exits if EOF is encountered. If
18 * from_stdin is true, the passphrase will be read from stdin instead. 18 * from_stdin is true, the passphrase will be read from stdin instead.
19 */ 19 */
20char *read_passphrase(char *prompt, int from_stdin); 20char *read_passphrase(const char *prompt, int from_stdin);