diff options
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 f3e0a977..463a0c8a 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -34,7 +34,7 @@ struct _DilloPrefs { int xpos; int ypos; char *http_language; - DilloUrl *http_proxy; + char *http_proxy; char *http_proxyuser; char *http_referer; char *no_proxy; |