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 4dab9b3..93d13ff 100644
--- a/include/Storage.hpp
+++ b/include/Storage.hpp
@@ -36,4 +36,6 @@ namespace QuickMedia {
int rename_atomic(const char *oldpath, const char *newpath);
bool is_program_executable_by_name(const char *name);
+
+ std::string file_size_to_human_readable_string(size_t bytes);
} \ No newline at end of file