summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-08-05 20:18:39 +0000
committerache <ache@FreeBSD.org>1997-08-05 20:18:39 +0000
commitfbd1e32f9160ae4d4343706bf63cb07a2452250c (patch)
tree296ba1ca95bbef22a77abfbcdbb6c46fded9a911 /usr.bin/fetch/fetch.h
parentee162dd22f64c7b9653b65be570f0a70fc2607bd (diff)
downloadFreeBSD-src-fbd1e32f9160ae4d4343706bf63cb07a2452250c.zip
FreeBSD-src-fbd1e32f9160ae4d4343706bf63cb07a2452250c.tar.gz
Add -t option which turns T/TCP off as workaround for some broken servers
Submitted by: Marc Slemko <marcs@znep.com>
Diffstat (limited to 'usr.bin/fetch/fetch.h')
-rw-r--r--usr.bin/fetch/fetch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h
index d885b23..dc265be 100644
--- a/usr.bin/fetch/fetch.h
+++ b/usr.bin/fetch/fetch.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fetch.h,v 1.3 1997/02/05 19:59:10 wollman Exp $
+ * $Id: fetch.h,v 1.4 1997/07/25 19:35:42 wollman Exp $
*/
#ifndef fetch_h
@@ -50,6 +50,7 @@ struct fetch_state {
int fs_precious; /* -R option */
int fs_auto_retry; /* -a option */
int fs_linux_bug; /* -b option */
+ int fs_use_connect; /* -t option */
time_t fs_modtime;
void *fs_proto;
int (*fs_retrieve)(struct fetch_state *);
OpenPOWER on IntegriCloud