While we're at it, add a length field too in case we want to fully implement

partial fetches later.
This commit is contained in:
Dag-Erling Smørgrav 2000-05-07 20:52:40 +00:00
parent 3d2a847151
commit 068cd2851f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60197

View File

@ -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];