summaryrefslogtreecommitdiff
path: root/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli.h')
-rw-r--r--cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.h b/cli.h
index fbcc87968..b8d0ed056 100644
--- a/cli.h
+++ b/cli.h
@@ -9,7 +9,7 @@
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 */
12char* cli_read_passphrase(const char* prompt, int from_stdin, 12char* cli_read_passphrase(const char* prompt, int from_stdin,
13 int echo_enable); 13 int echo_enable);
14char* cli_prompt(char* prompt, int echo_enable); 14char* cli_prompt(char* prompt, int echo_enable);
15void cli_mesg(char* mesg); 15void cli_mesg(char* mesg);