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