=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/readpass.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/Attic/readpass.h 2001/06/24 05:35:33 1.4 +++ src/usr.bin/ssh/Attic/readpass.h 2001/06/26 06:32:58 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: readpass.h,v 1.4 2001/06/24 05:35:33 markus Exp $ */ +/* $OpenBSD: readpass.h,v 1.5 2001/06/26 06:32:58 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -14,4 +14,4 @@ #define RP_ECHO 0x0001 #define RP_ALLOW_STDIN 0x0002 -char *read_passphrase(const char *prompt, int flags); +char *read_passphrase(const char *, int);