Codechange: [Network] Simplify formatting of network addresses to string

This commit is contained in:
rubidium42
2021-06-13 20:59:42 +02:00
committed by rubidium42
parent 9e32c618f9
commit 36705f1dc0
2 changed files with 10 additions and 23 deletions

View File

@@ -89,7 +89,6 @@ public:
}
const char *GetHostname();
void GetAddressAsString(char *buffer, const char *last, bool with_family = true);
std::string GetAddressAsString(bool with_family = true);
const sockaddr_storage *GetAddress();