From a21af1a6d10074774315c6510d98920fb83338a2 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 17 Jun 2020 17:25:55 -0400 Subject: ResetAll settings API resets settings in the active schema by default. --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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); -- cgit v1.3.1