From bac2b01e488e6a58dd3d16d6148dc5bea16be162 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 14 Sep 2022 16:31:04 -0400 Subject: Optimized api for getting the title of the last undo entry --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 5c04816b..964e0636 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1530,6 +1530,8 @@ namespace BinaryNinja { std::vector GetRedoEntries(); std::optional GetLastUndoEntry(); std::optional GetLastRedoEntry(); + std::optional GetLastUndoEntryTitle(); + std::optional GetLastRedoEntryTitle(); void ClearUndoEntries(); bool OpenProject(); -- cgit v1.3.1