summaryrefslogtreecommitdiff
path: root/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli.h')
-rw-r--r--cli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli.h b/cli.h
index c4194046..fbcc8796 100644
--- a/cli.h
+++ b/cli.h
@@ -9,7 +9,8 @@
* of response depending on arg. Tries to ensure that no other userland
* buffer is storing the response.
*/
-char* cli_read_passphrase(char* prompt, int from_stdin, int echo_enable);
+char* cli_read_passphrase(const char* prompt, int from_stdin,
+ int echo_enable);
char* cli_prompt(char* prompt, int echo_enable);
void cli_mesg(char* mesg);