summaryrefslogtreecommitdiff
path: root/ares_free_data.3
diff options
context:
space:
mode:
authorJérémy Lal <kapouer@melix.org>2010-04-18 00:29:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-18 00:29:26 +0200
commit63918fca7667a03b310c5f8486636a896be7ac72 (patch)
treed403f6919268eaa232ed5b513125d848a8af96df /ares_free_data.3
parentf28874d3233adad18f4c25df8d9437d0c9e7c3eb (diff)
downloadc-ares-63918fca7667a03b310c5f8486636a896be7ac72.tar.gz
c-ares-63918fca7667a03b310c5f8486636a896be7ac72.tar.bz2
c-ares-63918fca7667a03b310c5f8486636a896be7ac72.zip
added ares_parse_mx_reply
Diffstat (limited to 'ares_free_data.3')
-rw-r--r--ares_free_data.37
1 files changed, 7 insertions, 0 deletions
diff --git a/ares_free_data.3 b/ares_free_data.3
index b783fd0..c6cadd5 100644
--- a/ares_free_data.3
+++ b/ares_free_data.3
@@ -44,6 +44,12 @@ will free the whole linked list of ares_srv_reply structures returned
by ares_parse_srv_reply(3), along with any additional storage
associated with those structures.
.TP
+.B ares_parse_mx_reply(3)
+When used to free the data returned by ares_parse_mx_reply(3) this
+will free the whole linked list of ares_mx_reply structures returned
+by ares_parse_mx_reply(3), along with any additional storage
+associated with those structures.
+.TP
.B ares_parse_txt_reply(3)
When used to free the data returned by ares_parse_txt_reply(3) this
will free the whole linked list of ares_txt_reply structures returned
@@ -56,6 +62,7 @@ This function was first introduced in c-ares version 1.7.0.
.SH SEE ALSO
.BR ares_get_servers(3),
.BR ares_parse_srv_reply(3),
+.BR ares_parse_mx_reply(3),
.BR ares_parse_txt_reply(3)
.SH AUTHOR
Yang Tse