]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Fix ISON with multiple lines of ISON response, canonize the responses to weed out...
[user/henk/code/inspircd.git] / include / socket.h
index e9a832b9c886abb0158d50899583f034821ae792..b8f6387d329c6f691ce7d35f4de32d49e193f93b 100644 (file)
@@ -152,6 +152,9 @@ class ListenSocket : public EventHandler
        /** Handle an I/O event
         */
        void HandleEvent(EventType et, int errornum = 0);
+       /** Close the socket
+        */
+       ~ListenSocket();
 };
 
 #endif