From 5ff32d681d087cd964394576a135cde4a47e9f9f Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 29 Sep 2016 23:28:37 -0400 Subject: Add line types for notes in linear view --- binaryninjacore.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index 530fe241..b834769c 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -200,7 +200,10 @@ extern "C" FunctionContinuationLineType, StackVariableLineType, StackVariableListEndLineType, - FunctionEndLineType + FunctionEndLineType, + NoteBeginLineType, + NoteLineType, + NoteEndLineType }; enum BNSymbolType -- cgit v1.3.1