aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
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