diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-09-25 17:34:52 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-10-14 16:58:47 -0400 |
| commit | 7949573575297807243040469279622396817803 (patch) | |
| tree | e182525bfd808720514f8782b44780315c4d833c /binaryninjaapi.h | |
| parent | 9779664178534903236695755478467025901462 (diff) | |
Add missing Logger::Indent functions
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
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 |
