diff options
author | Alexander Voigt, corvid <devnull@localhost> | 2010-02-11 22:17:57 +0000 |
---|---|---|
committer | Alexander Voigt, corvid <devnull@localhost> | 2010-02-11 22:17:57 +0000 |
commit | 41406289c99e0cd17c608ed730b6c75007e9a127 (patch) | |
tree | ad6346a578b85f318360a9b21130d36d0d21bf1d /src/prefs.h | |
parent | 0ab3ead077237d86b8944fba5fe269435114ca5c (diff) |
add http_user_agent preference
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
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 d7421f4d..6015f2fe 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -38,6 +38,7 @@ struct _DilloPrefs { DilloUrl *http_proxy; char *http_proxyuser; char *http_referer; + char *http_user_agent; char *no_proxy; DilloUrl *start_page; DilloUrl *home; |