ares_set_servers_csv: fixed IPv6 address parsing
[platform/upstream/c-ares.git] / ares_free_string.3
1 .\"
2 .\" Copyright 2000 by the Massachusetts Institute of Technology.
3 .\"
4 .\" Permission to use, copy, modify, and distribute this
5 .\" software and its documentation for any purpose and without
6 .\" fee is hereby granted, provided that the above copyright
7 .\" notice appear in all copies and that both that copyright
8 .\" notice and this permission notice appear in supporting
9 .\" documentation, and that the name of M.I.T. not be used in
10 .\" advertising or publicity pertaining to distribution of the
11 .\" software without specific, written prior permission.
12 .\" M.I.T. makes no representations about the suitability of
13 .\" this software for any purpose.  It is provided "as is"
14 .\" without express or implied warranty.
15 .\"
16 .TH ARES_FREE_STRING 3 "4 February 2004"
17 .SH NAME
18 ares_free_string \- Free strings allocated by ares functions
19 .SH SYNOPSIS
20 .nf
21 .B #include <ares.h>
22 .PP
23 .B void ares_free_string(void *\fIstr\fP)
24 .fi
25 .SH DESCRIPTION
26 The
27 .I ares_free_string
28 function frees a string allocated by an ares function.
29 .SH SEE ALSO
30 .BR ares_mkquery (3)
31 .BR ares_expand_string (3)
32 .SH AUTHOR
33 Greg Hudson, MIT Information Systems
34 .br
35 Copyright 2000 by the Massachusetts Institute of Technology.