diff options
author | Olivier Chafik <ochafik@users.noreply.github.com> | 2024-06-08 20:21:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 21:21:08 +0200 |
commit | d4d915d351d1f1270d56184bdd46672893e8a5d8 (patch) | |
tree | e70088683afb8607f5059a3ca47b75be7765a232 /common/common.h | |
parent | 7a16ce7db2a74a223f0f3b9cee66d4539c5bce8f (diff) |
url: save -mu downloads to new cache location (#7826)
* url: save -mu download to new cache location
* url: fs_get_cache_file_path util
* url: tweak sig of fs_get_cache_file
Diffstat (limited to 'common/common.h')
-rw-r--r-- | common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/common.h b/common/common.h index 038f9084..2345d855 100644 --- a/common/common.h +++ b/common/common.h @@ -277,6 +277,7 @@ bool fs_validate_filename(const std::string & filename); bool fs_create_directory_with_parents(const std::string & path); std::string fs_get_cache_directory(); +std::string fs_get_cache_file(const std::string & filename); // // Model utils |