summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/extern.h
diff options
context:
space:
mode:
authorAlexander Hall <halex@cvs.openbsd.org>2010-06-29 23:12:34 +0000
committerAlexander Hall <halex@cvs.openbsd.org>2010-06-29 23:12:34 +0000
commit59b73cb93a92df2724907f10a108787ecda54fff (patch)
tree5ba00dfd068988c6a9fe293cda1aa9152c403bd6 /usr.bin/ftp/extern.h
parentd89d127e66ee4af18d3882acb5640e109ef4ce1b (diff)
fix output handling:
- if a remote file by the name '-' is retrieved, that does not imply it should go to standard output... - make -o '' reset any previous -o action - properly handle multiple -o 's ok phessler@
Diffstat (limited to 'usr.bin/ftp/extern.h')
-rw-r--r--usr.bin/ftp/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index 855b9f779fe..f8d930c535b 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.40 2010/04/30 19:29:01 jsg Exp $ */
+/* $OpenBSD: extern.h,v 1.41 2010/06/29 23:12:33 halex Exp $ */
/* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */
/*
@@ -137,6 +137,7 @@ extern int proxy;
extern char reply_string[];
extern off_t restart_point;
extern int keep_alive_timeout;
+extern int pipeout;
#ifndef SMALL
extern int NCMDS;