Start work on disk cache

This commit is contained in:
Kovid Goyal
2020-12-29 19:16:21 +05:30
parent e2d61ab5be
commit 3162d391cc
7 changed files with 175 additions and 6 deletions

11
kitty/disk-cache.h Normal file
View File

@@ -0,0 +1,11 @@
/*
* Copyright (C) 2020 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the GPL3 license.
*/
#pragma once
#include <Python.h>
PyObject* create_disk_cache(void);