summaryrefslogtreecommitdiff
path: root/ares_gethostbyaddr.c
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-04-09 19:59:59 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-04-09 19:59:59 +0000
commit7012fc65d952f20aeef2dd0727cc958ef70ca136 (patch)
tree06c10a7e95844d980313bb47c928e512f2d228a5 /ares_gethostbyaddr.c
parent61f1399c2faedb8f81695da6d65c2bf1448fdef8 (diff)
downloadc-ares-7012fc65d952f20aeef2dd0727cc958ef70ca136.tar.gz
c-ares-7012fc65d952f20aeef2dd0727cc958ef70ca136.tar.bz2
c-ares-7012fc65d952f20aeef2dd0727cc958ef70ca136.zip
Made sortlist support IPv6 (this can probably use some testing)
Diffstat (limited to 'ares_gethostbyaddr.c')
-rw-r--r--ares_gethostbyaddr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ares_gethostbyaddr.c b/ares_gethostbyaddr.c
index bd63d1a..a415e36 100644
--- a/ares_gethostbyaddr.c
+++ b/ares_gethostbyaddr.c
@@ -39,11 +39,6 @@
#undef WIN32
#endif
-union ares_addr {
- struct in_addr addr4;
- struct in6_addr addr6;
-};
-
struct addr_query {
/* Arguments passed to ares_gethostbyaddr() */
ares_channel channel;