]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Introduce Server class
[user/henk/code/inspircd.git] / include / socket.h
index 3abbeef32a1054135cf741d5253600e0174b6b92..c54517a76c9f8eb68a7d9d141ef415d1d62e3b9f 100644 (file)
@@ -124,13 +124,6 @@ namespace irc
                 * @return true if the conversion was successful, false if unknown address family
                 */
                CoreExport bool satoap(const irc::sockets::sockaddrs& sa, std::string& addr, int &port);
-
-               /** Convert a binary sockaddr to a user-readable string.
-                * This means IPv6 addresses are written as [::1]:6667, and *:6668 is used for 0.0.0.0:6668
-                * @param sa The structure to convert
-                * @return The string; "<unknown>" if not a valid address
-                */
-               inline std::string satouser(const irc::sockets::sockaddrs& sa) { return sa.str(); }
        }
 }