summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorAlexander Khosrowshahi <alexk@vector35.com>2025-07-09 12:05:31 -0400
committerAlexander Khosrowshahi <alexk@vector35.com>2025-07-09 12:05:31 -0400
commitbeda6059f236f08d7179b7346655d19aaa47dd26 (patch)
tree38d2cb086bc6bea4c2ab608628cd636303297d3f /binaryninjacore.h
parent44e415514493ec30bb4066e8d2224be032ee8308 (diff)
Add get_system_cache_directory and GetSystemCacheDirectory to API
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index db0250f1..472ad8e5 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -7558,6 +7558,7 @@ extern "C"
BINARYNINJACOREAPI char** BNGetFilePathsInDirectory(const char* path, size_t* count);
BINARYNINJACOREAPI char* BNAppendPath(const char* path, const char* part);
BINARYNINJACOREAPI void BNFreePath(char* path);
+ BINARYNINJACOREAPI char* BNGetSystemCacheDirectory();
// Settings APIs
BINARYNINJACOREAPI BNSettings* BNCreateSettings(const char* schemaId);