]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspsocket.cpp
Move the socket functions like insp_ntoa into their own namespace. They arent really...
[user/henk/code/inspircd.git] / src / inspsocket.cpp
index 6a0fbc556b579861f483f60fd5730a0dc8f745b9..187a5265da8157768f4f063b116366cd8547551b 100644 (file)
 #include "message.h"
 #include "inspircd.h"
 
+using irc::sockets::BindSocket;
+using irc::sockets::OpenTCPSocket;
+using irc::sockets::insp_inaddr;
+using irc::sockets::insp_sockaddr;
 
 extern time_t TIME;
 extern Server* MyServer;