summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index b65e150ff..633a87131 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -43,6 +43,7 @@ struct cache_data {
int max_age; /**< Max-age Cache-control parameter */
bool no_cache; /**< no-cache Cache-control parameter */
char *etag; /**< Etag: response header */
+ time_t last_modified; /**< Last-Modified: response header */
};
extern bool fetch_active;