summaryrefslogtreecommitdiff
path: root/binaryninjacore.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 /binaryninjacore.h
parente4bcabe6035c279502b1bf29d5b2bb431676fdc6 (diff)
Add CopyValue to Settings APi.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index ea7803b6..d95b311c 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3699,6 +3699,7 @@ extern "C"
BINARYNINJACOREAPI bool BNDeserializeSettings(const char* registry, const char* contents, BNBinaryView* view, BNSettingsScope scope);
BINARYNINJACOREAPI char* BNSerializeSettings(const char* registry, BNBinaryView* view, BNSettingsScope scope);
+ BINARYNINJACOREAPI bool BNSettingsCopyValue(const char* registry, const char* destRegistry, const char* id);
BINARYNINJACOREAPI bool BNSettingsReset(const char* registry, const char* id, BNBinaryView* view, BNSettingsScope scope);
BINARYNINJACOREAPI bool BNSettingsResetAll(const char* registry, BNBinaryView* view, BNSettingsScope scope);