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