home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / tcpip / amitcp-support / ncftp-1.5.6 / src / rcs / getpass.h,v < prev    next >
Encoding:
Text File  |  1994-06-29  |  538 b   |  44 lines

  1. head    14020.11;
  2. access;
  3. symbols
  4.     ORIGINAL:14020.11;
  5. locks; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 14020.11
  10. date    93.05.21.05.45.36;    author alph;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Original version
  17. @
  18.  
  19.  
  20. 14020.11
  21. log
  22. @checked in with -k by alph at 1993/10/10 19:59:56
  23. @
  24. text
  25. @/* Getpass.h */
  26.  
  27. #ifndef _getpass_h_
  28. #define _getpass_h_
  29.  
  30. /*  $RCSfile: getpass.h,v $
  31.  *  $Revision: 14020.11 $
  32.  *  $Date: 93/05/21 05:45:36 $
  33.  */
  34.  
  35. #define kMaxPassLen 127
  36.  
  37. char *Getpass(char *prompt);
  38. void echo(FILE *fp, int on);
  39.  
  40. #endif    /* _getpass_h_ */
  41.  
  42. /* eof Getpass.h */
  43. @
  44.