summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorRyan Snyder <ryan@vector35.com>2024-10-28 15:02:01 -0400
committerRyan Snyder <ryan@vector35.com>2024-10-28 19:36:05 -0400
commit717a2ea5c79a95dd3178447e27be979895f55892 (patch)
treeb900a836bb18087aae5d50968ea4a2671b60bbd9 /binaryninjaapi.h
parentc0e99630986903c6988b7fdbf4f69a3389c71d76 (diff)
hlr: expose ability to claim line addresses
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index bcd1ec97..17b9cfa8 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -18489,6 +18489,9 @@ namespace BinaryNinja {
void SetHasCollapsableRegions(bool state);
/*! Starts a new line in the output. */
+ void InitLine();
+
+ /*! Starts a new line in the output. */
void NewLine();
/*! Increases the indentation level by one. */