summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cli.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-16 23:58:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-01-16 23:58:10 +0000
commit37adefb7ed8bbc95d6a64b8623a55c604b8ddda6 (patch)
tree972a656c18e53e6cda454fd331e34645ce0deb23 /usr.bin/ssh/cli.h
parent8af14a4d561efd395f68fd0b2b2afec07034d250 (diff)
indent
Diffstat (limited to 'usr.bin/ssh/cli.h')
-rw-r--r--usr.bin/ssh/cli.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/cli.h b/usr.bin/ssh/cli.h
index c4194046a26..4bfa4c4eb21 100644
--- a/usr.bin/ssh/cli.h
+++ b/usr.bin/ssh/cli.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cli.h,v 1.2 2000/10/16 09:38:44 djm Exp $ */
+/* $OpenBSD: cli.h,v 1.3 2001/01/16 23:58:09 deraadt Exp $ */
#ifndef CLI_H
#define CLI_H
@@ -9,8 +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_prompt(char* prompt, int echo_enable);
-void cli_mesg(char* mesg);
+char * cli_read_passphrase(char * prompt, int from_stdin, int echo_enable);
+char * cli_prompt(char * prompt, int echo_enable);
+void cli_mesg(char * mesg);
#endif /* CLI_H */