aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.hpp
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-01-06 19:37:26 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-01-06 10:51:18 +0100
commit2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c (patch)
tree7f2b49ca97071b003697ffeaaa904ce1dfe166d6 /src/kristall.hpp
parent24086fdfe92814c38da6d219916ee9d45d8ba581 (diff)
downloadkristall-2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c.tar.gz
cache code refactor
Diffstat (limited to 'src/kristall.hpp')
-rw-r--r--src/kristall.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp
index e3403c0..cd863dd 100644
--- a/src/kristall.hpp
+++ b/src/kristall.hpp
@@ -11,6 +11,7 @@
#include "favouritecollection.hpp"
#include "protocolsetup.hpp"
#include "documentstyle.hpp"
+#include "cachehandler.hpp"
enum class Theme : int
{
@@ -92,6 +93,8 @@ namespace kristall
extern DocumentStyle document_style;
+ extern CacheHandler cache;
+
namespace trust {
extern SslTrust gemini;
extern SslTrust https;