]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if this...
[user/henk/code/inspircd.git] / include / socket.h
index 01005305b1177d8d76ba4f24424a460fde844d40..254d23f469e3308ec74141aef4795fca18c46587 100644 (file)
@@ -47,6 +47,9 @@ typedef struct in_addr      insp_inaddr;
 
 #endif
 
+const char* insp_ntoa(insp_inaddr n);
+int insp_aton(const char* a, insp_inaddr* n);
+
 int OpenTCPSocket(); 
 bool BindSocket(int sockfd, insp_sockaddr client, insp_sockaddr server, int port, char* addr);
 int BindPorts(bool bail);