summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 421a6d23..f9571a4f 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2843,12 +2843,7 @@ extern "C"
char* fullName;
char* rawName;
uint64_t address;
- BNType* returnType;
- char** parameterNames;
- BNType** parameterTypes;
- size_t parameterCount;
- bool variableParameters;
- BNCallingConvention* callingConvention;
+ BNType* type;
BNPlatform* platform;
};