summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index e924892cc..35e1d62a9 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -46,6 +46,11 @@ 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_font_sans;
+extern char *option_font_serif;
+extern char *option_font_mono;
+extern char *option_font_cursive;
+extern char *option_font_fantasy;
extern char *option_ca_bundle;
extern char *option_cookie_file;
extern char *option_cookie_jar;