summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2007-06-27 15:39:56 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2007-06-27 15:39:56 +0000
commite91cfc8e476c45c5c3ed87040033672fc1faab35 (patch)
tree5547c3a8bec6699ff1c47176898471c4a2bd6433 /desktop/options.h
parent18edcf5a40573898785b6a41a38338143e94744c (diff)
downloadnetsurf-e91cfc8e476c45c5c3ed87040033672fc1faab35.tar.gz
netsurf-e91cfc8e476c45c5c3ed87040033672fc1faab35.tar.bz2
Add ca_path option which sets CURLOPT_CAPATH.
svn path=/trunk/netsurf/; revision=3369
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 a394204ec..8ecc0c407 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -55,6 +55,7 @@ extern char *option_font_mono;
extern char *option_font_cursive;
extern char *option_font_fantasy;
extern char *option_ca_bundle;
+extern char *option_ca_path;
extern char *option_cookie_file;
extern char *option_cookie_jar;
extern char *option_homepage_url;