diff options
Diffstat (limited to 'cli.h')
-rw-r--r-- | cli.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ | |||
9 | * of response depending on arg. Tries to ensure that no other userland | 9 | * of response depending on arg. Tries to ensure that no other userland |
10 | * buffer is storing the response. | 10 | * buffer is storing the response. |
11 | */ | 11 | */ |
12 | char* cli_read_passphrase(char* prompt, int from_stdin, int echo_enable); | 12 | char* cli_read_passphrase(const char* prompt, int from_stdin, |
13 | int echo_enable); | ||
13 | char* cli_prompt(char* prompt, int echo_enable); | 14 | char* cli_prompt(char* prompt, int echo_enable); |
14 | void cli_mesg(char* mesg); | 15 | void cli_mesg(char* mesg); |
15 | 16 | ||