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 /binaryninjaapi.h | |
| parent | af50b06082044fcbbf730deda985d0133ca98b88 (diff) | |
Change enterprise server version from string to VersionInfo struct
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1dd3bc0f..6cd7eaf2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -22532,7 +22532,7 @@ namespace BinaryNinja::Collaboration std::string GetUsername(); std::string GetToken(); int GetServerVersion(); - std::string GetServerBuildVersion(); + VersionInfo GetServerBuildVersion(); std::string GetServerBuildId(); std::vector<std::pair<std::string, std::string>> GetAuthBackends(); bool HasPulledProjects(); |
