summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/extern.h
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-15 19:45:43 +0000
committerpst <pst@FreeBSD.org>1994-09-15 19:45:43 +0000
commit019579bbf98ca36993865b913cb8d08f468c4c54 (patch)
treea6ce740c502b1375db22369fbaec9069afd637d5 /usr.bin/ftp/extern.h
parentdbc1294a38e4a29ad5ffd0b29703008f35ff9197 (diff)
downloadFreeBSD-src-019579bbf98ca36993865b913cb8d08f468c4c54.zip
FreeBSD-src-019579bbf98ca36993865b913cb8d08f468c4c54.tar.gz
Add support for passive mode FTP (default off) to base FTP client to support
users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com>
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r--usr.bin/ftp/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index 349aea3..d06b99d 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -120,6 +120,7 @@ void setglob __P((int, char **));
void sethash __P((int, char **));
void setnmap __P((int, char **));
void setntrans __P((int, char **));
+void setpassive __P((int, char **));
void setpeer __P((int, char **));
void setport __P((int, char **));
void setprompt __P((int, char **));
OpenPOWER on IntegriCloud