summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-04-08 17:10:57 -0400
committerGlenn Smith <glenn@vector35.com>2022-05-02 15:59:59 -0400
commit4afc9c92334943c1988581c0be1295ec44f29902 (patch)
tree2e043eeeebbdce386371f92e53d318b1a355c01b /binaryninjacore.h
parentbbbe4d177c378077b43b09c74a3a20a09bfee443 (diff)
[Enterprise] Always cache licenses
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index cd079fdc..4fae89ce 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2757,7 +2757,7 @@ extern "C"
BINARYNINJACOREAPI bool BNDeauthenticateEnterpriseServer(void);
BINARYNINJACOREAPI void BNCancelEnterpriseServerAuthentication(void);
BINARYNINJACOREAPI bool BNConnectEnterpriseServer(void);
- BINARYNINJACOREAPI bool BNAcquireEnterpriseServerLicense(uint64_t timeout, bool cached);
+ BINARYNINJACOREAPI bool BNAcquireEnterpriseServerLicense(uint64_t timeout);
BINARYNINJACOREAPI bool BNReleaseEnterpriseServerLicense(void);
BINARYNINJACOREAPI bool BNIsEnterpriseServerConnected(void);
BINARYNINJACOREAPI bool BNIsEnterpriseServerAuthenticated(void);