diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-03-22 13:22:16 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-03-22 13:22:16 -0400 |
| commit | 1e8e975ed8100c7a6186e8b27833a067ceaf05be (patch) | |
| tree | 75770b172689110532e25a8959cc5d15bd6292e5 /binaryninjaapi.h | |
| parent | c3e09a578a4beca8fc63b5cdfd1bf3f6a4d1451b (diff) | |
Modifications to support partial uninstallation
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
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; |
