summaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.h
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2008-12-15 08:27:44 +0000
committerMurray Stokely <murray@FreeBSD.org>2008-12-15 08:27:44 +0000
commit7f92799f678efdf44f0f4d3322f49498749e4468 (patch)
tree9ece849067a9d612c3bf00d2dd2a07b33b383a74 /lib/libfetch/fetch.h
parent0a420d08ae2e066c872a51dba7646a5a6528f9d0 (diff)
Notes
Diffstat (limited to 'lib/libfetch/fetch.h')
-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 10d911a4fe3b..e620a01c600d 100644
--- a/lib/libfetch/fetch.h
+++ b/lib/libfetch/fetch.h
@@ -46,6 +46,7 @@ struct url {
char *doc;
off_t offset;
size_t length;
+ time_t ims_time;
};
struct url_stat {