summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-07-28 15:52:37 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-07-28 15:52:37 +0000
commitfb91840001beaa7e7ab2c4c728fc8007aff5501b (patch)
treebf9222349cb9687cc2e916c532e1058ba9b206a0 /desktop/options.h
parent286567b673284a5227758f2faf3ef3e563389267 (diff)
downloadnetsurf-fb91840001beaa7e7ab2c4c728fc8007aff5501b.tar.gz
netsurf-fb91840001beaa7e7ab2c4c728fc8007aff5501b.tar.bz2
Make url_suggest option core, rather than RISC OS-specific.
svn path=/trunk/netsurf/; revision=2799
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 02b2fd21a..d3b738480 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -57,6 +57,7 @@ extern char *option_ca_bundle;
extern char *option_cookie_file;
extern char *option_cookie_jar;
extern char *option_homepage_url;
+extern bool option_url_suggestion;
/* Fetcher configuration. */
extern int option_max_fetchers;