summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index d0feb2d1..411c9c9c 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -3852,7 +3852,9 @@ namespace BinaryNinja {
Ref<Tag> CreateAutoFunctionTag(Ref<TagType> tagType, const std::string& data, bool unique = false);
Ref<Tag> CreateUserFunctionTag(Ref<TagType> tagType, const std::string& data, bool unique = false);
- void Reanalyze();
+ void Reanalyze(BNFunctionUpdateType type = UserFunctionUpdate);
+ void MarkUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate);
+ void MarkCallerUpdatesRequired(BNFunctionUpdateType type = UserFunctionUpdate);
Ref<Workflow> GetWorkflow() const;