diff options
author | jcid <devnull@localhost> | 2008-01-31 22:27:02 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-01-31 22:27:02 +0100 |
commit | 6fa0c0eb2ca6e2a09aa9e16ed3212f3931f9e281 (patch) | |
tree | e0e39a3116520334b7ae9dd0920f71c53d8758b2 /src/prefs.h | |
parent | 52a3edae5ffd80fea27394c5b1daa41fe0187bec (diff) |
- Added a http_referer preference. See details in dillorc2.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index cab3a914..f5a5f35c 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -19,6 +19,7 @@ struct _DilloPrefs { int ypos; DilloUrl *http_proxy; char *http_proxyuser; + char *http_referer; char *no_proxy; DilloUrl *start_page; DilloUrl *home; |