summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-07 00:39:14 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-07 00:39:14 +0000
commit511fba05317ef43df0150ba1477edc3df32f1b4a (patch)
treeb47b9789f57cbf5f2dd5fc5369d9d9fa6be5a82c /desktop/options.h
parent8bbb6a4359c4c8b027919877a1fa84b6b9a52860 (diff)
downloadnetsurf-511fba05317ef43df0150ba1477edc3df32f1b4a.tar.gz
netsurf-511fba05317ef43df0150ba1477edc3df32f1b4a.tar.bz2
[project @ 2006-01-07 00:39:14 by rjw]
Add disc cache expiry option. svn path=/import/netsurf/; revision=2005
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index ffd8fb83f..50f3a261a 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -40,6 +40,7 @@ extern int option_font_min_size;
extern char *option_accept_language;
extern bool option_ssl_verify_certificates;
extern int option_memory_cache_size;
+extern int option_disc_cache_age;
extern bool option_block_ads;
extern int option_minimum_gif_delay;
extern bool option_send_referer;