aboutsummaryrefslogtreecommitdiff
path: root/include/Storage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-04 15:03:33 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-04 15:03:33 +0100
commit903d996e10401ec93a03b813cbc6ac4ace6a5dfa (patch)
tree71a6b7690b3d1e15d1ae2a1887a4787eecb55e4e /include/Storage.hpp
parentc22aab0620c79a80535c85c0dad87a1f288a884c (diff)
Test caching filter in matrix
Diffstat (limited to 'include/Storage.hpp')
-rw-r--r--include/Storage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp
index ae7db04..2e9d883 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -25,6 +25,7 @@ namespace QuickMedia {
int file_get_content(const Path &path, std::string &result);
int file_get_size(const Path &path, size_t *size);
int file_overwrite(const Path &path, const std::string &data);
+ int file_overwrite_atomic(const Path &path, const std::string &data);
void for_files_in_dir(const Path &path, FileIteratorCallback callback);
void for_files_in_dir_sort_last_modified(const Path &path, FileIteratorCallback callback);