From 7d9bf053b4ca97fd25359d7ea063d9233ed5c63a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 8 Mar 2004 00:03:58 +0000 Subject: [project @ 2004-03-08 00:03:58 by bursa] Implement Accept-Language option. svn path=/import/netsurf/; revision=591 --- 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 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); -- cgit v1.2.3