diff -r e83ec58cc458 -r 9330b93d9946 sources/interface.h --- a/sources/interface.h Wed Jan 27 14:16:58 2021 +0200 +++ b/sources/interface.h Wed Jan 27 18:55:03 2021 +0200 @@ -83,7 +83,7 @@ std::string m_title; InputState m_inputState; std::function m_disconnectCallback; - IPAddress m_remoteAddress; + net::ip_address m_remoteAddress; std::string m_statusBarText; std::vector m_playerNames; std::string m_pasteBuffer; @@ -111,6 +111,7 @@ void safeDisconnect(std::function afterwards); void setInputState(InputState newstate); void yank(int a, int b); + bool tryResolveAddress(const std::string& address_string, net::ip_address *target); }; END_ZFC_NAMESPACE \ No newline at end of file