From 5d434ff0023f97b694d87d5dd4a498357a011f78 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 29 Mar 2006 15:26:54 +0000 Subject: [project @ 2006-03-29 15:26:53 by rjek] Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481 --- 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 2ae805618..e924892cc 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -49,6 +49,7 @@ extern int option_font_default; /* a css_font_family */ extern char *option_ca_bundle; extern char *option_cookie_file; extern char *option_cookie_jar; +extern char *option_homepage_url; /* Fetcher configuration. */ extern int option_max_fetchers; -- cgit v1.2.3