aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-10-13 03:32:07 +0200
committerdec05eba <dec05eba@protonmail.com>2019-10-13 03:32:10 +0200
commit2ba21aa9aa91b975fe0c8be630dde05d0d9b5366 (patch)
tree272124e9068febe01630acc23ddea36866f77484 /include/Storage.hpp
parentcc25c30cf177ee83d800925c72b7d334b76fb83d (diff)
Manganelo: Download all images at once, and show page after it has downloaded
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp2
1 files changed, 2 insertions, 0 deletions
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