home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / GetPass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-07  |  191 b   |  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.