home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume40 / ncftp / part03 / getpass.h next >
C/C++ Source or Header  |  1993-11-02  |  278b  |  19 lines

  1. /* Getpass.h */
  2.  
  3. #ifndef _getpass_h_
  4. #define _getpass_h_
  5.  
  6. /*  $RCSfile: getpass.h,v $
  7.  *  $Revision: 14020.11 $
  8.  *  $Date: 93/05/21 05:45:36 $
  9.  */
  10.  
  11. #define kMaxPassLen 127
  12.  
  13. char *Getpass(char *prompt);
  14. void echo(FILE *fp, int on);
  15.  
  16. #endif    /* _getpass_h_ */
  17.  
  18. /* eof Getpass.h */
  19.