aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-19 14:06:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-19 14:06:11 +0000
commit7ba53a4f412f9d466816fdd9c63f37e6516ba507 (patch)
tree89b07557cf2c0214e2044820efa963b091755b62 /ares/ares.h
parent1297c54b2627db727184b4bec5ea3d696d8a1c10 (diff)
Vlad Dinulescu added ares_parse_ns_reply()
Diffstat (limited to 'ares/ares.h')
-rw-r--r--ares/ares.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/ares.h b/ares/ares.h
index 9414f9b78..83a1c8e46 100644
--- a/ares/ares.h
+++ b/ares/ares.h
@@ -213,6 +213,8 @@ 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);
+int ares_parse_ns_reply(const unsigned char *abuf, int alen,
+ struct hostent **host);
void ares_free_string(void *str);
void ares_free_hostent(struct hostent *host);
const char *ares_strerror(int code);