summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/getpass.h
blob: c8d358c012bf4561c4157d4dc21a8228bc495f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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

#ifdef GETPASS
extern char *getpass();	/* Use the system supplied getpass. */
#else
char *Getpass(char *prompt);
#endif

void Echo(FILE *fp, int on);

#endif	/* _getpass_h_ */

/* eof Getpass.h */
OpenPOWER on IntegriCloud