summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-07-25 21:34:55 -0400
committerkat <kat@vector35.com>2024-07-26 01:36:37 -0400
commit85c04eac52abe3aa0c54cd079bf87e64a60b62bd (patch)
treea19146f692a4ebd206b51a0343d903e48d9c3cc9 /binaryninjaapi.h
parent326cb30bfa0d8a4bc2e37d56b20b95624e85f3d8 (diff)
Properly check for/log failures and return status on Typelib.write_to_file
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
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