diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-23 20:33:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-23 20:33:25 +0000 |
commit | 616dc84ff029620576cad6e2345c4de438fb3ea2 (patch) | |
tree | 3b3f7fa0e86c10bdb1340cb42513b33defde04b7 /usr.bin/ftp/ftp_var.h | |
parent | 7d750354839939345823f4fd6e1d98eb5b3f2fc5 (diff) |
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
Diffstat (limited to 'usr.bin/ftp/ftp_var.h')
-rw-r--r-- | usr.bin/ftp/ftp_var.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h index 8e875ff1947..747c4d5a8b6 100644 --- a/usr.bin/ftp/ftp_var.h +++ b/usr.bin/ftp/ftp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp_var.h,v 1.11 1997/04/16 05:02:57 millert Exp $ */ +/* $OpenBSD: ftp_var.h,v 1.12 1997/04/23 20:33:16 deraadt Exp $ */ /* $NetBSD: ftp_var.h,v 1.16 1997/04/14 09:09:23 lukem Exp $ */ /* @@ -166,3 +166,5 @@ struct macel { int macnum; /* number of defined macros */ struct macel macros[16]; char macbuf[4096]; + +FILE *ttyout; /* stdout or stderr, depending on interactive */ |