summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-09-25 17:34:52 -0400
committerGlenn Smith <glenn@vector35.com>2024-10-14 16:58:47 -0400
commit7949573575297807243040469279622396817803 (patch)
treee182525bfd808720514f8782b44780315c4d833c /binaryninjaapi.h
parent9779664178534903236695755478467025901462 (diff)
Add missing Logger::Indent functions
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 4 insertions, 0 deletions
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