summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-06-17 17:25:55 -0400
committerBrian Potchik <brian@vector35.com>2020-06-17 17:25:55 -0400
commita21af1a6d10074774315c6510d98920fb83338a2 (patch)
tree4b129b4816d04bc59e1fd11f6112a1ac7924661c /binaryninjacore.h
parent676488bb396f41c4855af97fbe0d996238688399 (diff)
ResetAll settings API resets settings in the active schema by default.
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 54f3ffbb..384e30f3 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -4528,7 +4528,7 @@ __attribute__ ((format (printf, 1, 2)))
BINARYNINJACOREAPI bool BNSettingsCopyValuesFrom(BNSettings* settings, BNSettings* source, BNSettingsScope scope);
BINARYNINJACOREAPI bool BNSettingsReset(BNSettings* settings, const char* key, BNBinaryView* view, BNSettingsScope scope);
- BINARYNINJACOREAPI bool BNSettingsResetAll(BNSettings* settings, BNBinaryView* view, BNSettingsScope scope);
+ BINARYNINJACOREAPI bool BNSettingsResetAll(BNSettings* settings, BNBinaryView* view, BNSettingsScope scope, bool schemaOnly);
BINARYNINJACOREAPI bool BNSettingsGetBool(BNSettings* settings, const char* key, BNBinaryView* view, BNSettingsScope* scope);
BINARYNINJACOREAPI double BNSettingsGetDouble(BNSettings* settings, const char* key, BNBinaryView* view, BNSettingsScope* scope);