diff options
Diffstat (limited to 'ui/commands.h')
| -rw-r--r-- | ui/commands.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/commands.h b/ui/commands.h index a47f9ab5..fabea073 100644 --- a/ui/commands.h +++ b/ui/commands.h @@ -20,7 +20,9 @@ bool BINARYNINJAUIAPI askForNewType(QWidget* parent, BinaryViewRef data, Functio bool BINARYNINJAUIAPI inputNewType(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction, uint64_t currentAddr, size_t selectionSize, HighlightTokenState& highlight); bool BINARYNINJAUIAPI createInferredMember(QWidget* parent, BinaryViewRef data, HighlightTokenState& highlight, - FunctionRef func, BNFunctionGraphType type); + FunctionRef func, BNFunctionGraphType ilType); +bool BINARYNINJAUIAPI createStructMembers(QWidget* parent, BinaryViewRef data, + HighlightTokenState& highlight, FunctionRef func); bool BINARYNINJAUIAPI inputPossibleValueSet(QWidget* parent, BinaryViewRef data, FunctionRef currentFunction, HighlightTokenState& highlight, uint64_t defSiteAddress, size_t ilInstructionIndex = BN_INVALID_EXPR); |
