From 4afc9c92334943c1988581c0be1295ec44f29902 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 8 Apr 2022 17:10:57 -0400 Subject: [Enterprise] Always cache licenses --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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); -- cgit v1.3.1