From 43730ec61dc280d0915a9db0fdbd38bb1cdc8f9a Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 13 Apr 2022 22:40:28 -0400 Subject: Add Database::TrimSnapshot api --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 04cdfd12..95a3a677 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -962,6 +962,7 @@ 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); + void TrimSnapshot(int64_t id); void RemoveSnapshot(int64_t id); std::vector GetGlobalKeys() const; -- cgit v1.3.1