summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorChinmay <chinmay1dd@gmail.com>2020-09-09 22:17:15 -0700
committerChinmay Deshpande <chinmay1dd@gmail.com>2020-09-10 08:45:04 -0700
commit167ced17956bbb79aee3a6e6ef88079d822427cb (patch)
tree0a991c4954d9e8f427d34057716795a508fe2b1c /binaryninjaapi.h
parent78ae59ac4998ac66ff104f1ac6ef365b301feb43 (diff)
Update API name for ParsePossibleValueSet
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 d399a71c..5be335bf 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1660,7 +1660,7 @@ __attribute__ ((format (printf, 1, 2)))
uint64_t GetPreviousDataBeforeAddress(uint64_t addr);
uint64_t GetPreviousDataVariableStartBeforeAddress(uint64_t addr);
- bool ParsePossibleValueSetString(const std::string& value, BNRegisterValueType state, PossibleValueSet& result, uint64_t here, std::string& errors);
+ bool ParsePossibleValueSet(const std::string& value, BNRegisterValueType state, PossibleValueSet& result, uint64_t here, std::string& errors);
bool ParseTypeString(const std::string& text, QualifiedNameAndType& result, std::string& errors,
const std::set<QualifiedName>& typesAllowRedefinition = {});