diff options
| -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 |
