From 5e98f8607c6d8ccd17601d00a479c8ce3dc35890 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 9 Dec 2021 17:58:16 -0500 Subject: [Enterprise] Support for sparse/trimmed snapshots --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c9cff3cf..fe499587 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -910,6 +910,8 @@ __attribute__ ((format (printf, 1, 2))) int64_t GetId(); std::string GetName(); bool IsAutoSave(); + bool HasContents(); + bool HasUndo(); Ref GetFirstParent(); std::vector> GetParents(); std::vector> GetChildren(); -- cgit v1.3.1