diff options
Diffstat (limited to 'src/common/socket.h')
-rw-r--r-- | src/common/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/socket.h b/src/common/socket.h index ca4b20c91..502529419 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -165,6 +165,4 @@ in_addr_t resolve_hostbyname(char* hostname, unsigned char *ip, char *ip_str); extern unsigned int addr_[16]; // ip addresses of local host (host byte order)
extern unsigned int naddr_; // # of ip addresses
-
-
#endif // _SOCKET_H_
|