diff options
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; |
