home *** CD-ROM | disk | FTP | other *** search
- head 14020.11;
- access;
- symbols
- ORIGINAL:14020.11;
- locks; strict;
- comment @ * @;
-
-
- 14020.11
- date 93.05.21.05.45.36; author alph; state Exp;
- branches;
- next ;
-
-
- desc
- @Original version
- @
-
-
- 14020.11
- log
- @checked in with -k by alph at 1993/10/10 19:59:56
- @
- text
- @/* Getpass.h */
-
- #ifndef _getpass_h_
- #define _getpass_h_
-
- /* $RCSfile: getpass.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:36 $
- */
-
- #define kMaxPassLen 127
-
- char *Getpass(char *prompt);
- void echo(FILE *fp, int on);
-
- #endif /* _getpass_h_ */
-
- /* eof Getpass.h */
- @
-