diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-01-06 19:37:26 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-06 10:51:18 +0100 |
| commit | 2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c (patch) | |
| tree | 7f2b49ca97071b003697ffeaaa904ce1dfe166d6 /src/kristall.hpp | |
| parent | 24086fdfe92814c38da6d219916ee9d45d8ba581 (diff) | |
| download | kristall-2a9bb4fa6121de62d9e6ba06d9a109ba6d57f14c.tar.gz | |
cache code refactor
Diffstat (limited to 'src/kristall.hpp')
| -rw-r--r-- | src/kristall.hpp | 3 |
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; |
