From 717a2ea5c79a95dd3178447e27be979895f55892 Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Mon, 28 Oct 2024 15:02:01 -0400 Subject: hlr: expose ability to claim line addresses --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bcd1ec97..17b9cfa8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18488,6 +18488,9 @@ namespace BinaryNinja { bool HasCollapsableRegions(); void SetHasCollapsableRegions(bool state); + /*! Starts a new line in the output. */ + void InitLine(); + /*! Starts a new line in the output. */ void NewLine(); -- cgit v1.3.1