summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-05-07 19:46:33 +0000
committerdes <des@FreeBSD.org>2000-05-07 19:46:33 +0000
commit2695a66902ab3f2346aaa4f953b5ca004bb89d7a (patch)
tree6eafa649728320540e299bf22a459f57e7cd896d /lib/libfetch
parent0b7d195f48e42a388a1cf806f54b1b60ac57728f (diff)
downloadFreeBSD-src-2695a66902ab3f2346aaa4f953b5ca004bb89d7a.zip
FreeBSD-src-2695a66902ab3f2346aaa4f953b5ca004bb89d7a.tar.gz
Add offset field to struct url
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.h b/lib/libfetch/fetch.h
index 2366791..0810ba69 100644
--- a/lib/libfetch/fetch.h
+++ b/lib/libfetch/fetch.h
@@ -40,6 +40,7 @@
#define URL_PWDLEN 256
struct url {
+ off_t offset;
char scheme[URL_SCHEMELEN+1];
char user[URL_USERLEN+1];
char pwd[URL_PWDLEN+1];
OpenPOWER on IntegriCloud