diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-03-10 13:07:19 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-03-10 13:07:19 -0500 |
| commit | 63283aaad06d4d635b2ec19d82bd2da1a1fc6d14 (patch) | |
| tree | 950ba7528aad0762beced32c0178f09c5befac6b /binaryninjacore.h | |
| parent | af85e10d20aa97cbd2e2c68bc7741cc5bc810c36 (diff) | |
Forgot to rename the Python API as well.
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 4f8a41d3..1aebc6d1 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2971,7 +2971,7 @@ extern "C" BINARYNINJACOREAPI bool BNDeauthenticateEnterpriseServer(void); BINARYNINJACOREAPI void BNCancelEnterpriseServerAuthentication(void); BINARYNINJACOREAPI bool BNConnectEnterpriseServer(void); - BINARYNINJACOREAPI bool BNAcquireEnterpriseServerLicense(uint64_t timeout); + BINARYNINJACOREAPI bool BNUpdateEnterpriseServerLicense(uint64_t timeout); BINARYNINJACOREAPI bool BNReleaseEnterpriseServerLicense(void); BINARYNINJACOREAPI bool BNIsEnterpriseServerConnected(void); BINARYNINJACOREAPI bool BNIsEnterpriseServerAuthenticated(void); |
