summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-02-10 15:57:20 -0500
committerJosh Ferrell <josh@vector35.com>2025-02-10 16:45:25 -0500
commitb4e75ef9995500049f90a2569eee07c1b3505c21 (patch)
tree1777804032d54d032701df1a3824ca78316d1a6a /binaryninjacore.h
parenta4f00fbf5efd205cc8831ce8b6e7394c47f99a2f (diff)
Add API to get remote server build version
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 50610112..12a871cd 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -7756,6 +7756,7 @@ extern "C"
BINARYNINJACOREAPI char* BNRemoteGetUsername(BNRemote* remote);
BINARYNINJACOREAPI char* BNRemoteGetToken(BNRemote* remote);
BINARYNINJACOREAPI int BNRemoteGetServerVersion(BNRemote* remote);
+ BINARYNINJACOREAPI char* 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);