summaryrefslogtreecommitdiff
path: root/common/common.h
diff options
context:
space:
mode:
authorOlivier Chafik <ochafik@users.noreply.github.com>2024-06-08 20:21:08 +0100
committerGitHub <noreply@github.com>2024-06-08 21:21:08 +0200
commitd4d915d351d1f1270d56184bdd46672893e8a5d8 (patch)
treee70088683afb8607f5059a3ca47b75be7765a232 /common/common.h
parent7a16ce7db2a74a223f0f3b9cee66d4539c5bce8f (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.h1
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