diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-07 20:52:40 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-05-07 20:52:40 +0000 |
| commit | 068cd2851f7ad4c790764be654bc050ac7b9c95e (patch) | |
| tree | d83effde5e862b44bc7e9b28b378679564f7e1ca /lib/libfetch | |
| parent | 3d2a847151d0d4b222e4abedaf8c6640b91200d6 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h index 0810ba69117a..e2375156e84c 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]; |
