summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2016-09-29 23:28:37 -0400
committerRusty Wagner <rusty@vector35.com>2016-09-29 23:28:37 -0400
commit5ff32d681d087cd964394576a135cde4a47e9f9f (patch)
tree8d64a03aef5e69a16e41f892532b006582563bf8
parenta40f0e1e494af967a35ca4a8977596f4693b5c0e (diff)
Add line types for notes in linear view
-rw-r--r--binaryninjacore.h5
1 files changed, 4 insertions, 1 deletions
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