diff options
| author | Josh Ferrell <josh@vector35.com> | 2026-04-30 10:24:12 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2026-05-05 14:46:15 -0400 |
| commit | 4963e1da2c001b0eac147482884b9630f9963654 (patch) | |
| tree | 01b53c3030a893f3509f309a87bfab6d2564e84b /binaryninjacore.h | |
| parent | af50b06082044fcbbf730deda985d0133ca98b88 (diff) | |
Change enterprise server version from string to VersionInfo struct
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 f28f3c42..b3c3e8e0 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -8582,7 +8582,7 @@ extern "C" BINARYNINJACOREAPI char* BNRemoteGetUsername(BNRemote* remote); BINARYNINJACOREAPI char* BNRemoteGetToken(BNRemote* remote); BINARYNINJACOREAPI int BNRemoteGetServerVersion(BNRemote* remote); - BINARYNINJACOREAPI char* BNRemoteGetServerBuildVersion(BNRemote* remote); + BINARYNINJACOREAPI BNVersionInfo BNRemoteGetServerBuildVersion(BNRemote* remote); BINARYNINJACOREAPI char* BNRemoteGetServerBuildId(BNRemote* remote); BINARYNINJACOREAPI bool BNRemoteGetAuthBackends(BNRemote* remote, char*** backendIds, char*** backendNames, size_t* count); BINARYNINJACOREAPI bool BNRemoteHasPulledProjects(BNRemote* remote); |
