From 63283aaad06d4d635b2ec19d82bd2da1a1fc6d14 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 10 Mar 2023 13:07:19 -0500 Subject: Forgot to rename the Python API as well. --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjacore.h') 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); -- cgit v1.3.1