From 2ba21aa9aa91b975fe0c8be630dde05d0d9b5366 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 13 Oct 2019 03:32:07 +0200 Subject: Manganelo: Download all images at once, and show page after it has downloaded --- include/Storage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Storage.hpp') diff --git a/include/Storage.hpp b/include/Storage.hpp index bd4283c..5b35ba7 100644 --- a/include/Storage.hpp +++ b/include/Storage.hpp @@ -11,8 +11,10 @@ namespace QuickMedia { Path get_home_dir(); Path get_storage_dir(); + Path get_cache_dir(); int create_directory_recursive(const Path &path); FileType get_file_type(const Path &path); int file_get_content(const Path &path, std::string &result); int file_overwrite(const Path &path, const std::string &data); + int create_lock_file(const Path &path); } \ No newline at end of file -- cgit v1.2.3