diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-02-10 15:57:20 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-02-10 16:45:25 -0500 |
| commit | b4e75ef9995500049f90a2569eee07c1b3505c21 (patch) | |
| tree | 1777804032d54d032701df1a3824ca78316d1a6a /binaryninjaapi.h | |
| parent | a4f00fbf5efd205cc8831ce8b6e7394c47f99a2f (diff) | |
Add API to get remote server build version
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 45f797ca..ac7cbea9 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -19650,6 +19650,7 @@ namespace BinaryNinja::Collaboration std::string GetUsername(); std::string GetToken(); int GetServerVersion(); + std::string GetServerBuildVersion(); std::string GetServerBuildId(); std::vector<std::pair<std::string, std::string>> GetAuthBackends(); bool HasPulledProjects(); |
