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 20752370..4f46cd44 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1842,6 +1842,7 @@ namespace BinaryNinja
void SetTypeName(const QualifiedName& name);
uint64_t GetElementCount() const;
+ uint64_t GetOffset() const;
void SetFunctionCanReturn(const Confidence<bool>& canReturn);