diff options
author | corvid <corvid@lavabit.com> | 2010-01-12 06:56:01 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-01-12 06:56:01 +0000 |
commit | 3ab623204be09f29dbf8de269f042dc66a4f63ee (patch) | |
tree | 5f3588b441d349605a3cf70b9e562d46688d0b35 /src/prefs.h | |
parent | 2fa3aa0931a73d9ac83ee95ebef1c66b06f708c6 (diff) |
backout: That way would make no_proxy complicated.
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index 463a0c8a..f3e0a977 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -34,7 +34,7 @@ struct _DilloPrefs { int xpos; int ypos; char *http_language; - char *http_proxy; + DilloUrl *http_proxy; char *http_proxyuser; char *http_referer; char *no_proxy; |