summaryrefslogtreecommitdiff
path: root/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli.h')
-rw-r--r--cli.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/cli.h b/cli.h
index bf263dbd2..e8f92e900 100644
--- a/cli.h
+++ b/cli.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cli.h,v 1.4 2001/03/01 03:38:33 deraadt Exp $ */ 1/* $OpenBSD: cli.h,v 1.5 2001/05/06 17:52:07 mouring Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -24,7 +24,7 @@
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26 26
27/* $OpenBSD: cli.h,v 1.4 2001/03/01 03:38:33 deraadt Exp $ */ 27/* $OpenBSD: cli.h,v 1.5 2001/05/06 17:52:07 mouring Exp $ */
28 28
29#ifndef CLI_H 29#ifndef CLI_H
30#define CLI_H 30#define CLI_H
@@ -35,9 +35,8 @@
35 * of response depending on arg. Tries to ensure that no other userland 35 * of response depending on arg. Tries to ensure that no other userland
36 * buffer is storing the response. 36 * buffer is storing the response.
37 */ 37 */
38char* cli_read_passphrase(const char* prompt, int from_stdin, 38char* cli_read_passphrase(const char* prompt, int from_stdin, int echo_enable);
39 int echo_enable); 39char* cli_prompt(char* prompt, int echo_enable);
40char* cli_prompt(char* prompt, int echo_enable); 40void cli_mesg(char* mesg);
41void cli_mesg(char* mesg);
42 41
43#endif /* CLI_H */ 42#endif /* CLI_H */