]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
- Fixed UDP Overlapped I/O under windows. (not the best way this could be done by...
[user/henk/code/inspircd.git] / include / socket.h
index de0b0510bf67d8998f715c3e41de92b230b691b7..1304ecb57c06ef15a7ea35a979f4eda6c44f8c1a 100644 (file)
@@ -155,8 +155,8 @@ namespace irc
                 * descriptors)
                 */
                CoreExport int OpenTCPSocket(char* addr, int socktype = SOCK_STREAM);
-       };
-};
+       }
+}
 
 /** This class handles incoming connections on client ports.
  * It will create a new userrec for every valid connection