summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-03-22 13:22:16 -0400
committerPeter LaFosse <peter@vector35.com>2017-03-22 13:22:16 -0400
commit1e8e975ed8100c7a6186e8b27833a067ceaf05be (patch)
tree75770b172689110532e25a8959cc5d15bd6292e5 /binaryninjaapi.h
parentc3e09a578a4beca8fc63b5cdfd1bf3f6a4d1451b (diff)
Modifications to support partial uninstallation
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 7ac790d1..544c2e10 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -2604,7 +2604,9 @@ namespace BinaryNinja
const std::string& name,
const std::vector<PluginType>& pluginTypes,
const std::string& url,
- const std::string& version);
+ const std::string& version,
+ const std::string& repoPath,
+ const std::string& gitModulesPath);
RepoPlugin(BNRepoPlugin* plugin);
std::string GetPath() const;
bool IsInstalled() const;