]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspsocket.h
Documented all of the functions in a basic manner here. More detail to follow
[user/henk/code/inspircd.git] / include / inspsocket.h
index 42ce01a27d55bbb0223d9e943ed4280f2c4a16f6..ddb0baedb41074bda2571465fa321ac2b613a0a4 100644 (file)
@@ -37,6 +37,11 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I
 class InspSocket;
 class InspIRCd;
 
+using irc::sockets::insp_sockaddr;
+using irc::sockets::insp_inaddr;
+using irc::sockets::insp_ntoa;
+using irc::sockets::insp_aton;
+
 /**
  * InspSocket is an extendable socket class which modules
  * can use for TCP socket support. It is fully integrated