summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-21 15:09:59 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-21 15:09:59 +0000
commitb4723c1d05819d4e47fc59254f5ad8c9d6d62db3 (patch)
tree4242fc6b5d7c9f3649140f0e86b1b39b338e9459 /desktop/options.h
parent6e5d77e894d9b76d9bd9ed19b6d506dc8f26d454 (diff)
downloadnetsurf-b4723c1d05819d4e47fc59254f5ad8c9d6d62db3.tar.gz
netsurf-b4723c1d05819d4e47fc59254f5ad8c9d6d62db3.tar.bz2
[project @ 2004-06-21 15:09:58 by bursa]
Merge memory cache into content module. svn path=/import/netsurf/; revision=986
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 efec32f33..a4f0de038 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -31,6 +31,7 @@ extern int option_font_size;
extern int option_font_min_size;
extern char *option_accept_language;
extern bool option_ssl_verify_certificates;
+extern int option_memory_cache_size;
void options_read(const char *path);
void options_write(const char *path);