From 32e2ea658cd7e0966baea435fa5d46df8ed84a3b Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 13 Dec 2022 23:22:55 -0500 Subject: Move this api for consistency Sorry if you were using it (99.99% chance you weren't) --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6098510d..5027d283 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1558,6 +1558,7 @@ namespace BinaryNinja { std::vector GetUndoEntries(const std::function& progress); Ref ReadData(); Ref ReadData(const std::function& progress); + bool StoreData(const Ref& data, const std::function& progress); bool HasAncestor(Ref other); }; @@ -1579,7 +1580,6 @@ namespace BinaryNinja { Ref GetCurrentSnapshot(); int64_t WriteSnapshotData(std::vector parents, Ref file, const std::string& name, const Ref& data, bool autoSave, const std::function& progress); - bool StoreDataForSnapshot(int64_t id, const Ref& data, const std::function& progress); void TrimSnapshot(int64_t id); void RemoveSnapshot(int64_t id); -- cgit v1.3.1