diff options
author | pst <pst@FreeBSD.org> | 1994-10-07 07:48:18 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-07 07:48:18 +0000 |
commit | c4c79c211eaabb6fb1e467c75c520919a77e599c (patch) | |
tree | c9c79bc7861e27f8baba2b84f7dfd4e363aa8bbe /usr.bin/ncftp/cmds.h | |
parent | ee674f1a0d1f2ae8f99f23fd76f0de22b4fc029c (diff) | |
download | FreeBSD-src-c4c79c211eaabb6fb1e467c75c520919a77e599c.zip FreeBSD-src-c4c79c211eaabb6fb1e467c75c520919a77e599c.tar.gz |
Back out the fluff, leave the meat
Diffstat (limited to 'usr.bin/ncftp/cmds.h')
-rw-r--r-- | usr.bin/ncftp/cmds.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/ncftp/cmds.h b/usr.bin/ncftp/cmds.h index 05fbe3e..11dff6a 100644 --- a/usr.bin/ncftp/cmds.h +++ b/usr.bin/ncftp/cmds.h @@ -121,7 +121,10 @@ int unimpl(int argc, char **argv); long GetDateSizeFromLSLine(char *fName, unsigned long *mod_time); long GetDateAndSize(char *fName, unsigned long *mod_time); int SetTypeByNumber(int i); +#ifdef PASSIVEMODE int setpassive(int argc, char **argv); +#endif + /* In util.c: */ void cmd_help(struct cmd *c); |