diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-02-09 19:25:45 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-02-09 19:25:45 +0100 |
commit | 678d46a791c4e7a8d31c2693c9abce260177b143 (patch) | |
tree | 431d31c4794d4f97063c821f7e329c5f06e0e494 /include | |
parent | 5195c84ee9758b29cf1db696e06140e9a9a5284d (diff) |
Sort history by last read time (last updated)
Diffstat (limited to 'include')
-rw-r--r-- | include/Storage.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp index 4dd8db2..362448f 100644 --- a/include/Storage.hpp +++ b/include/Storage.hpp @@ -23,4 +23,5 @@ namespace QuickMedia { int file_overwrite(const Path &path, const std::string &data); int create_lock_file(const Path &path); void for_files_in_dir(const Path &path, FileIteratorCallback callback); + void for_files_in_dir_sort_last_modified(const Path &path, FileIteratorCallback callback); }
\ No newline at end of file |