summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ares.h b/ares.h
index d2b6cec..9f4feeb 100644
--- a/ares.h
+++ b/ares.h
@@ -476,13 +476,11 @@ CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf,
CARES_EXTERN int ares_parse_srv_reply(const unsigned char* abuf,
int alen,
- struct ares_srv_reply** srv_out,
- int *nsrvreply);
+ struct ares_srv_reply** srv_out);
CARES_EXTERN int ares_parse_txt_reply(const unsigned char* abuf,
int alen,
- struct ares_txt_reply** txt_out,
- int *nsrvreply);
+ struct ares_txt_reply** txt_out);
CARES_EXTERN void ares_free_string(void *str);