diff options
| author | Rusty Wagner <rusty@vector35.com> | 2016-09-29 23:28:37 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2016-09-29 23:28:37 -0400 |
| commit | 5ff32d681d087cd964394576a135cde4a47e9f9f (patch) | |
| tree | 8d64a03aef5e69a16e41f892532b006582563bf8 | |
| parent | a40f0e1e494af967a35ca4a8977596f4693b5c0e (diff) | |
Add line types for notes in linear view
| -rw-r--r-- | binaryninjacore.h | 5 |
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 |
