From 7949573575297807243040469279622396817803 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 25 Sep 2024 17:34:52 -0400 Subject: Add missing Logger::Indent functions --- binaryninjaapi.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 3db0f9d1..4c725da6 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1055,6 +1055,10 @@ namespace BinaryNinja { \return The logger session ID */ size_t GetSessionId(); + + void Indent(); + void Dedent(); + void ResetIndent(); }; /*! A class allowing registering and retrieving Loggers -- cgit v1.3.1