summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 52614f41..6486f657 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3763,6 +3763,7 @@ extern "C"
BINARYNINJACOREAPI BNBoolWithConfidence BNCanFunctionReturn(BNFunction* func);
BINARYNINJACOREAPI void BNSetFunctionAutoType(BNFunction* func, BNType* type);
BINARYNINJACOREAPI void BNSetFunctionUserType(BNFunction* func, BNType* type);
+ BINARYNINJACOREAPI bool BNFunctionHasUserType(BNFunction* func);
BINARYNINJACOREAPI char* BNGetFunctionComment(BNFunction* func);
BINARYNINJACOREAPI char* BNGetCommentForAddress(BNFunction* func, uint64_t addr);