summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2018-12-17 22:31:00 -0500
committerRusty Wagner <rusty@vector35.com>2018-12-19 23:11:28 -0500
commit13c8d2edf601a0a61c5d1548b2bc66b5fab9ed78 (patch)
treef59e6d447d5497dd3e6d098a46e558e2eb377d49 /binaryninjacore.h
parent76fd09369b6b6e728b2e38ff073ecd6b8f545fab (diff)
Add function to get path relative to main user path
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 5b9bcb03..17e171f7 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1998,6 +1998,7 @@ extern "C"
BINARYNINJACOREAPI char* BNGetPathRelativeToBundledPluginDirectory(const char* path);
BINARYNINJACOREAPI char* BNGetPathRelativeToUserPluginDirectory(const char* path);
+ BINARYNINJACOREAPI char* BNGetPathRelativeToUserDirectory(const char* path);
BINARYNINJACOREAPI bool BNExecuteWorkerProcess(const char* path, const char* args[],
BNDataBuffer* input, char** output, char** error,