=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/cli.h,v retrieving revision 1.2.4.1 retrieving revision 1.2.4.2 diff -u -r1.2.4.1 -r1.2.4.2 --- src/usr.bin/ssh/Attic/cli.h 2000/11/08 21:30:37 1.2.4.1 +++ src/usr.bin/ssh/Attic/cli.h 2001/03/12 15:44:09 1.2.4.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: cli.h,v 1.2.4.1 2000/11/08 21:30:37 jason Exp $ */ +/* $OpenBSD: cli.h,v 1.2.4.2 2001/03/12 15:44:09 jason 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 */