=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/cli.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/cli.h 2001/03/01 03:38:33 1.4 +++ src/usr.bin/ssh/Attic/cli.h 2001/05/06 17:52:07 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: cli.h,v 1.4 2001/03/01 03:38:33 deraadt Exp $ */ +/* $OpenBSD: cli.h,v 1.5 2001/05/06 17:52:07 mouring Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $OpenBSD: cli.h,v 1.4 2001/03/01 03:38:33 deraadt Exp $ */ +/* $OpenBSD: cli.h,v 1.5 2001/05/06 17:52:07 mouring Exp $ */ #ifndef CLI_H #define CLI_H @@ -35,8 +35,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); +char* cli_read_passphrase(const char* prompt, int from_stdin, int echo_enable); +char* cli_prompt(char* prompt, int echo_enable); void cli_mesg(char * mesg); #endif /* CLI_H */