diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 8f9e8e61..89f5fd84 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1803,7 +1803,7 @@ __attribute__ ((format (printf, 1, 2))) std::vector<BNAddressRange> GetAllocatedRanges(); - void StoreMetadata(const std::string& key, Ref<Metadata> value); + void StoreMetadata(const std::string& key, Ref<Metadata> value, bool isAuto = false); Ref<Metadata> QueryMetadata(const std::string& key); void RemoveMetadata(const std::string& key); std::string GetStringMetadata(const std::string& key); |
