summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 2 insertions, 0 deletions
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<Snapshot> GetFirstParent();
std::vector<Ref<Snapshot>> GetParents();
std::vector<Ref<Snapshot>> GetChildren();