summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/getpass.h
diff options
context:
space:
mode:
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