summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-08 00:03:58 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-08 00:03:58 +0000
commit7d9bf053b4ca97fd25359d7ea063d9233ed5c63a (patch)
treed36c4fc2379648c57f7ef3c2045b4153de82dbbd /desktop/options.h
parent1237e077c7c2acfe3a5d6dfc997115839b418db8 (diff)
downloadnetsurf-7d9bf053b4ca97fd25359d7ea063d9233ed5c63a.tar.gz
netsurf-7d9bf053b4ca97fd25359d7ea063d9233ed5c63a.tar.bz2
[project @ 2004-03-08 00:03:58 by bursa]
Implement Accept-Language option. svn path=/import/netsurf/; revision=591
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 4f8653554..e903c31c3 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -29,6 +29,7 @@ extern char *option_http_proxy_host;
extern int option_http_proxy_port;
extern int option_font_size;
extern int option_font_min_size;
+extern char *option_accept_language;
void options_read(const char *path);
void options_write(const char *path);