summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 07298eac..1c3274d9 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -49,6 +49,7 @@ struct Impl_Prefs {
49 iBool loadImageInsteadOfScrolling; 49 iBool loadImageInsteadOfScrolling;
50 /* Network */ 50 /* Network */
51 iBool decodeUserVisibleURLs; 51 iBool decodeUserVisibleURLs;
52 int maxCacheSize; /* MB */
52 iString geminiProxy; 53 iString geminiProxy;
53 iString gopherProxy; 54 iString gopherProxy;
54 iString httpProxy; 55 iString httpProxy;