diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
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); |
