summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryninjacore.h8
1 files 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