summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/getpass.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-22 23:45:37 +0000
committerache <ache@FreeBSD.org>1994-09-22 23:45:37 +0000
commit41cb9decc65e51e29f0eb6fe06bcb3594726bd6b (patch)
tree31cb31bfb69915fc791ce9c2ec7d345124bedebf /usr.bin/ncftp/getpass.h
downloadFreeBSD-src-41cb9decc65e51e29f0eb6fe06bcb3594726bd6b.zip
FreeBSD-src-41cb9decc65e51e29f0eb6fe06bcb3594726bd6b.tar.gz
ncftp 1.8.5
Diffstat (limited to 'usr.bin/ncftp/getpass.h')
-rw-r--r--usr.bin/ncftp/getpass.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.bin/ncftp/getpass.h b/usr.bin/ncftp/getpass.h
new file mode 100644
index 0000000..c8d358c
--- /dev/null
+++ b/usr.bin/ncftp/getpass.h
@@ -0,0 +1,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