]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dns.h
Documented all of the functions in a basic manner here. More detail to follow
[user/henk/code/inspircd.git] / include / dns.h
index ebe628bb92608f09c27eac29842bd4b159221fce..c3b74fdca56be9a686997f4a2d3204c4a713eb30 100644 (file)
@@ -40,6 +40,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include "socket.h"
 #include "base.h"
 
+using namespace std;
+using irc::sockets::insp_aton;
+using irc::sockets::insp_ntoa;
+using irc::sockets::insp_sockaddr;
+using irc::sockets::insp_inaddr;
+
 class InspIRCd;
 
 /**