diff options
author | 2001-01-16 23:58:08 +0000 | |
---|---|---|
committer | 2001-01-16 23:58:08 +0000 | |
commit | f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe (patch) | |
tree | f9901a398117d3da5e9949ab230ee8d8f46ed64c /usr.bin/ssh/cli.h | |
parent | fix another signal race, and check signal flags even in non-EINTR from select case (diff) | |
download | wireguard-openbsd-f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe.tar.xz wireguard-openbsd-f82bf5f9dfad28a42c0f641fd7ac1b016649c4fe.zip |
indent
Diffstat (limited to 'usr.bin/ssh/cli.h')
-rw-r--r-- | usr.bin/ssh/cli.h | 8 |
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 */ |