From 8fe746fcf2d5b54242a828840ccac630f7a4075a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 5 Mar 2010 20:01:47 +0000 Subject: Added IPv6 name servers support --- ares_free_data.3 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ares_free_data.3') 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. -- cgit v1.2.3