From d9661f34eec6855d495a10eaafc2a8e2679756a7 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 6 Jan 2022 13:01:42 -0500 Subject: Add Function::HasUserAnnotations --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d7832d7f..828da41b 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3440,6 +3440,7 @@ __attribute__ ((format (printf, 1, 2))) uint64_t GetStart() const; Ref GetSymbol() const; bool WasAutomaticallyDiscovered() const; + bool HasUserAnnotations() const; Confidence CanReturn() const; bool HasExplicitlyDefinedType() const; bool NeedsUpdate() const; -- cgit v1.3.1