From 85c04eac52abe3aa0c54cd079bf87e64a60b62bd Mon Sep 17 00:00:00 2001 From: kat Date: Thu, 25 Jul 2024 21:34:55 -0400 Subject: Properly check for/log failures and return status on Typelib.write_to_file --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 8db9124a..4cac3ff3 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -16891,7 +16891,7 @@ namespace BinaryNinja { \param path */ - void WriteToFile(const std::string& path); + bool WriteToFile(const std::string& path); /*! The Architecture this type library is associated with -- cgit v1.3.1