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