From df9519feabca721f45426847a75c01d7f1433fdb Mon Sep 17 00:00:00 2001 From: des Date: Sun, 7 May 2000 20:52:40 +0000 Subject: While we're at it, add a length field too in case we want to fully implement partial fetches later. --- lib/libfetch/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libfetch') diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 0810ba69..e237515 100644 --- a/lib/libfetch/fetch.h +++ b/lib/libfetch/fetch.h @@ -41,6 +41,7 @@ struct url { off_t offset; + size_t length; char scheme[URL_SCHEMELEN+1]; char user[URL_USERLEN+1]; char pwd[URL_PWDLEN+1]; -- cgit v1.1