From 8e650e3e39771431267aa6275d596516d1e34abb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 30 Jul 2004 23:40:01 +0000 Subject: [project @ 2004-07-30 23:40:00 by jmb] Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168 --- 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 65fa59fc2..ae35cda94 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -38,6 +38,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 bool option_block_ads; void options_read(const char *path); void options_write(const char *path); -- cgit v1.2.3