diff options
author | Yang Tse <yangsita@gmail.com> | 2010-03-05 20:01:47 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-03-05 20:01:47 +0000 |
commit | 8fe746fcf2d5b54242a828840ccac630f7a4075a (patch) | |
tree | 0ae06cf5be407aea2129f1b47c59c1f433d425db /ares_free_data.3 | |
parent | 249fc61b8cf1848c4444bef60fc6248930bd0d20 (diff) | |
download | c-ares-8fe746fcf2d5b54242a828840ccac630f7a4075a.tar.gz c-ares-8fe746fcf2d5b54242a828840ccac630f7a4075a.tar.bz2 c-ares-8fe746fcf2d5b54242a828840ccac630f7a4075a.zip |
Added IPv6 name servers support
Diffstat (limited to 'ares_free_data.3')
-rw-r--r-- | ares_free_data.3 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ares_free_data.3 b/ares_free_data.3 index f6c5e33..2cb1f14 100644 --- a/ares_free_data.3 +++ b/ares_free_data.3 @@ -1,7 +1,7 @@ .\" $Id$ .\" .\" Copyright 1998 by the Massachusetts Institute of Technology. -.\" Copyright (C) 2004-2009 by Daniel Stenberg +.\" Copyright (C) 2004-2010 by Daniel Stenberg .\" .\" Permission to use, copy, modify, and distribute this .\" software and its documentation for any purpose and without @@ -15,7 +15,7 @@ .\" this software for any purpose. It is provided "as is" .\" without express or implied warranty. .\" -.TH ARES_FREE_DATA 3 "23 Nov 2009" +.TH ARES_FREE_DATA 3 "5 March 2010" .SH NAME ares_free_data \- Free data allocated by several c-ares functions .SH SYNOPSIS @@ -34,6 +34,11 @@ function frees one or more data structures allocated and returned by several c-ares functions. Specifically the data returned by the following list of functions must be deallocated using this function. .TP 5 +.B ares_get_servers(3) +When used to free the data returned by ares_get_servers(3) this +will free the whole linked list of ares_addr_node structures returned +by ares_get_servers(3). +.TP .B ares_parse_srv_reply(3) When used to free the data returned by ares_parse_srv_reply(3) this will free the whole linked list of ares_srv_reply structures returned @@ -50,6 +55,7 @@ The ares_free_data() function does not return a value. .SH AVAILABILITY 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_txt_reply(3) .SH AUTHOR @@ -57,4 +63,4 @@ Yang Tse .PP Copyright 1998 by the Massachusetts Institute of Technology. .br -Copyright (C) 2004-2009 by Daniel Stenberg. +Copyright (C) 2004-2010 by Daniel Stenberg. |