home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-base.tgz / ncftp-2.3.0-base.tar / contrib / ncftp / GetPass.h < prev    next >
C/C++ Source or Header  |  1995-03-07  |  191b  |  12 lines

  1. /* Getpass.h */
  2.  
  3. #ifndef _getpass_h_
  4. #define _getpass_h_
  5.  
  6. void GetPass(char *promptstr, char *answer, size_t siz);
  7. void Echo(FILE *fp, int on);
  8.  
  9. #endif    /* _getpass_h_ */
  10.  
  11. /* eof Getpass.h */
  12.