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 04cdfd12..95a3a677 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -962,6 +962,7 @@ namespace BinaryNinja {
Ref<Snapshot> GetCurrentSnapshot();
int64_t WriteSnapshotData(std::vector<int64_t> parents, Ref<BinaryView> file, const std::string& name,
const Ref<KeyValueStore>& data, bool autoSave, const std::function<bool(size_t, size_t)>& progress);
+ void TrimSnapshot(int64_t id);
void RemoveSnapshot(int64_t id);
std::vector<std::string> GetGlobalKeys() const;