summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2017-07-18 00:27:11 -0400
committerBrian Potchik <brian@vector35.com>2017-07-18 00:27:11 -0400
commitaa024d1525d52055b738f7c27c945aa205dd182a (patch)
tree1ea94764fb1c246f20c10a01c2fc61485bba4594 /binaryninjacore.h
parentb7c5486f26386c7c165b9b05cc2d6800db082b6f (diff)
Add IsUIEnabled to API.
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 5ee00003..1036e98c 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1510,6 +1510,7 @@ extern "C"
BINARYNINJACOREAPI char* BNGetProduct(void);
BINARYNINJACOREAPI char* BNGetProductType(void);
BINARYNINJACOREAPI int BNGetLicenseCount(void);
+ BINARYNINJACOREAPI bool BNIsUIEnabled(void);
BINARYNINJACOREAPI void BNRegisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks);
BINARYNINJACOREAPI void BNUnregisterObjectDestructionCallbacks(BNObjectDestructionCallbacks* callbacks);