diff options
Diffstat (limited to 'docs/ares_free_data.3')
-rw-r--r-- | docs/ares_free_data.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ares_free_data.3 b/docs/ares_free_data.3 index f8a65b9..18e83ce 100644 --- a/docs/ares_free_data.3 +++ b/docs/ares_free_data.3 @@ -60,6 +60,10 @@ associated with those structures. When used to free the data returned by ares_parse_soa_reply(3) this will free the ares_soa_reply structure, along with any additional storage associated with those structure. +.B ares_parse_uri_reply(3) +When used to free the data returned by ares_parse_uri_reply(3) this +will free list of ares_uri_reply structures, along with any additional +storage associated with those structure. .SH RETURN VALUE The ares_free_data() function does not return a value. .SH AVAILABILITY |