From 2695a66902ab3f2346aaa4f953b5ca004bb89d7a Mon Sep 17 00:00:00 2001 From: des Date: Sun, 7 May 2000 19:46:33 +0000 Subject: Add offset field to struct url --- 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 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]; -- cgit v1.1