]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Make the data provider list case insensitive.
[user/henk/code/inspircd.git] / include / socket.h
index e527bc7f54aa89c86b53253e6a38f4056f80882a..6ecb230206d07ef4df369ff72777e84a2431613f 100644 (file)
@@ -127,6 +127,12 @@ namespace irc
                 * @return True if the conversion was successful; otherwise, false.
                 */
                CoreExport bool untosa(const std::string& path, irc::sockets::sockaddrs& sa);
+
+               /** Determines whether the specified file is a UNIX socket.
+                * @param file The path to the file to check.
+                * @return True if the file is a UNIX socket; otherwise, false.
+                */
+               CoreExport bool isunix(const std::string& file);
        }
 }