aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-10 23:30:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-10 23:30:34 +0000
commitdb2370a12f9ac78cedb448439969079b6dc568f3 (patch)
treeca2a3d8f10fb4cdc39735fac293fffa9397f2af0 /ares/ares.h
parentd1d35ba85fe6f8a9e6a86d2a6c60109cf90edd6c (diff)
Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The
first little steps towards IPv6 support!
Diffstat (limited to 'ares/ares.h')
-rw-r--r--ares/ares.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/ares.h b/ares/ares.h
index 162e7241a..d032de434 100644
--- a/ares/ares.h
+++ b/ares/ares.h
@@ -137,12 +137,13 @@ int ares_expand_string(const unsigned char *encoded, const unsigned char *abuf,
int alen, unsigned char **s, long *enclen);
int ares_parse_a_reply(const unsigned char *abuf, int alen,
struct hostent **host);
+int ares_parse_aaaa_reply(const unsigned char *abuf, int alen,
+ struct hostent **host);
int ares_parse_ptr_reply(const unsigned char *abuf, int alen, const void *addr,
int addrlen, int family, struct hostent **host);
void ares_free_string(void *str);
void ares_free_hostent(struct hostent *host);
const char *ares_strerror(int code);
-void ares_free_errmem(char *mem);
#ifdef __cplusplus
}