diff options
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); |