summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/cmds.c
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1994-09-18 05:45:29 +0000
committerswallace <swallace@FreeBSD.org>1994-09-18 05:45:29 +0000
commit2cfc98498ce318e7ab39c137465fefa306d3bbbf (patch)
tree5c913e0a34aee65342f78aa291cd747b5a5e3957 /usr.bin/ftp/cmds.c
parent8d2ab06cf5c4db438df84df9409b348869192508 (diff)
downloadFreeBSD-src-2cfc98498ce318e7ab39c137465fefa306d3bbbf.zip
FreeBSD-src-2cfc98498ce318e7ab39c137465fefa306d3bbbf.tar.gz
Declare fuction setpassive in file cmds.c void and update corresponding
prototype declaration in extern.h.
Diffstat (limited to 'usr.bin/ftp/cmds.c')
-rw-r--r--usr.bin/ftp/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c
index 95c2fb1..86740f2 100644
--- a/usr.bin/ftp/cmds.c
+++ b/usr.bin/ftp/cmds.c
@@ -2135,6 +2135,7 @@ macdef(argc, argv)
/*
* Start up passive mode interaction
*/
+void
setpassive()
{
passivemode = !passivemode;
OpenPOWER on IntegriCloud