From 1e8e975ed8100c7a6186e8b27833a067ceaf05be Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 22 Mar 2017 13:22:16 -0400 Subject: Modifications to support partial uninstallation --- binaryninjaapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binaryninjaapi.h') 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& 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; -- cgit v1.3.1