diff options
Diffstat (limited to 'enterprise.h')
| -rw-r--r-- | enterprise.h | 7 |
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 */ |
