summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 5f4f6d16..63293812 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1909,6 +1909,7 @@ namespace BinaryNinja {
std::vector<Ref<Snapshot>> GetChildren();
DataBuffer GetFileContents();
DataBuffer GetFileContentsHash();
+ DataBuffer GetUndoData();
std::vector<UndoEntry> GetUndoEntries();
std::vector<UndoEntry> GetUndoEntries(const std::function<bool(size_t, size_t)>& progress);
Ref<KeyValueStore> ReadData();