diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-05 20:18:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-05 20:18:39 +0000 |
| commit | f4e4504f060177481bcdeb46edcbd37debd9ebad (patch) | |
| tree | 3ad34e6addbd78847d2dfee13d936f6ca275d287 /usr.bin/fetch/fetch.h | |
| parent | e1a10354cb2bb904da90e90b88ba6ab4a2c1ea9f (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.h')
| -rw-r--r-- | usr.bin/fetch/fetch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.h b/usr.bin/fetch/fetch.h index d885b23999a3..dc265bee4c6f 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 *); |
