summaryrefslogtreecommitdiff
path: root/enterprise.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-03-13 20:42:08 -0400
committerAlexander Taylor <alex@vector35.com>2023-04-08 21:43:23 -0400
commit7c130dcd89c115fa3de7984946521ef7ccc3a135 (patch)
tree298571ff89bf18b938ea24e9d3c868690594c9ec /enterprise.h
parent4882cfed1a66d96c4f3ff94865a03409a22bb8bd (diff)
[Enterprise] Fix missing GetServerUrl
Diffstat (limited to 'enterprise.h')
-rw-r--r--enterprise.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/enterprise.h b/enterprise.h
index 34d8acac..b15dbba7 100644
--- a/enterprise.h
+++ b/enterprise.h
@@ -124,6 +124,13 @@ namespace BinaryNinja
std::string GetServerName();
/*!
+ Get the url of the currently connected server, or the server that will be connected to if a connection has
+ not yet been made.
+ \return Url of server
+ */
+ std::string GetServerUrl();
+
+ /*!
Get the internal id of the currently connected server
\return Id of the currently connected server
*/