From d28dc76f738c1b3c6469213c2582ca7680b8fefe Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 3 Sep 2021 11:11:49 -0400 Subject: Add BNTypeBuilderSetChildType --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 3584807b..bb104ef3 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2913,6 +2913,7 @@ __attribute__ ((format (printf, 1, 2))) TypeBuilder& SetScope(const Confidence& scope); TypeBuilder& SetConst(const Confidence& cnst); TypeBuilder& SetVolatile(const Confidence& vltl); + TypeBuilder& SetChildType(const Confidence>& child); TypeBuilder& SetSigned(const Confidence& vltl); TypeBuilder& SetTypeName(const QualifiedName& name); TypeBuilder& SetAlternateName(const std::string& name); -- cgit v1.3.1