summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-01-15 18:33:04 -0300
committercorvid <corvid@lavabit.com>2009-01-15 18:33:04 -0300
commitadb3d5c87fae7196dbae6c35828434cdcd6227a4 (patch)
tree1ba7867b5528168a32a29f2479472134a1ef2764 /src/prefs.h
parent7086220fd2282c25d0f966937c9ee1487b9008bd (diff)
Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCss
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index a12e5a37..6fee1620 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -22,6 +22,7 @@ struct _DilloPrefs {
int height;
int xpos;
int ypos;
+ char *http_language;
DilloUrl *http_proxy;
char *http_proxyuser;
char *http_referer;