summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 0f820e06..fe9b3dbe 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -5653,6 +5653,8 @@ extern "C"
BINARYNINJACOREAPI BNInstructionTextLine* BNGetFunctionBlockAnnotations(
BNFunction* func, BNArchitecture* arch, uint64_t addr, size_t* count);
+ BINARYNINJACOREAPI bool BNGetFunctionBlockSortHint(
+ BNFunction* func, BNArchitecture* arch, uint64_t addr, int64_t* result);
BINARYNINJACOREAPI BNIntegerDisplayType BNGetIntegerConstantDisplayType(
BNFunction* func, BNArchitecture* arch, uint64_t instrAddr, uint64_t value, size_t operand);