From 7c130dcd89c115fa3de7984946521ef7ccc3a135 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 13 Mar 2023 20:42:08 -0400 Subject: [Enterprise] Fix missing GetServerUrl --- enterprise.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'enterprise.h') diff --git a/enterprise.h b/enterprise.h index 34d8acac..b15dbba7 100644 --- a/enterprise.h +++ b/enterprise.h @@ -123,6 +123,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 -- cgit v1.3.1