summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-01-25 09:55:33 -0500
committerBrian Potchik <brian@vector35.com>2019-01-25 09:55:33 -0500
commit2c80bc959151a6b9888a8521a0efbba1a1843cb6 (patch)
treefa15ba8aa71e53578665c0be69cbe5fe75b37e66 /binaryninjaapi.h
parente4bcabe6035c279502b1bf29d5b2bb431676fdc6 (diff)
Add CopyValue to Settings APi.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 138d82c1..a79ad588 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -4265,6 +4265,7 @@ namespace BinaryNinja
bool DeserializeSettings(const std::string& contents, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
std::string SerializeSettings(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
+ bool CopyValue(const std::string& destRegistry, const std::string& id);
bool Reset(const std::string& id, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
bool ResetAll(Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);