From b4723c1d05819d4e47fc59254f5ad8c9d6d62db3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 21 Jun 2004 15:09:59 +0000 Subject: [project @ 2004-06-21 15:09:58 by bursa] Merge memory cache into content module. svn path=/import/netsurf/; revision=986 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') 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); -- cgit v1.2.3