From 745deb7a9d4bf26a6339a297c3c06bb12f5cc102 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 8 Jan 2006 01:51:33 +0000 Subject: [project @ 2006-01-08 01:51:33 by jmb] Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014 --- desktop/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index 50f3a261a..f31be7c45 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -47,6 +47,9 @@ extern bool option_send_referer; extern bool option_animate_images; extern int option_expire_url; extern int option_font_default; /* a css_font_family */ +extern char *option_ca_bundle; +extern char *option_cookie_file; +extern char *option_cookie_jar; void options_read(const char *path); void options_write(const char *path); -- cgit v1.2.3