From 9c986eca7082afffe98d8f89bbace8aaea912990 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 4 Oct 2016 02:19:37 -0400 Subject: Adding line types for section and segment separators --- binaryninjacore.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index b834769c..281850a2 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -201,9 +201,13 @@ extern "C" StackVariableLineType, StackVariableListEndLineType, FunctionEndLineType, - NoteBeginLineType, + NoteStartLineType, NoteLineType, - NoteEndLineType + NoteEndLineType, + SectionStartLineType, + SectionEndLineType, + SectionSeparatorLineType, + NonContiguousSeparatorLineType }; enum BNSymbolType -- cgit v1.3.1