2003-10-07 17:54:04 -04:00
|
|
|
.\" $Id$
|
|
|
|
.\"
|
|
|
|
.\" Copyright 2000 by the Massachusetts Institute of Technology.
|
|
|
|
.\"
|
|
|
|
.\" Permission to use, copy, modify, and distribute this
|
|
|
|
.\" software and its documentation for any purpose and without
|
|
|
|
.\" fee is hereby granted, provided that the above copyright
|
|
|
|
.\" notice appear in all copies and that both that copyright
|
|
|
|
.\" notice and this permission notice appear in supporting
|
|
|
|
.\" documentation, and that the name of M.I.T. not be used in
|
|
|
|
.\" advertising or publicity pertaining to distribution of the
|
|
|
|
.\" software without specific, written prior permission.
|
|
|
|
.\" M.I.T. makes no representations about the suitability of
|
|
|
|
.\" this software for any purpose. It is provided "as is"
|
|
|
|
.\" without express or implied warranty.
|
|
|
|
.\"
|
2004-02-04 02:50:18 -05:00
|
|
|
.TH ARES_FREE_STRING 3 "4 February 2004"
|
2003-10-07 17:54:04 -04:00
|
|
|
.SH NAME
|
|
|
|
ares_free_string \- Free strings allocated by ares functions
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.nf
|
|
|
|
.B #include <ares.h>
|
|
|
|
.PP
|
2004-02-04 02:50:18 -05:00
|
|
|
.B void ares_free_string(void *\fIstr\fP)
|
2003-10-07 17:54:04 -04:00
|
|
|
.fi
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The
|
|
|
|
.I ares_free_string
|
2004-03-30 04:06:42 -05:00
|
|
|
function frees a string allocated by an ares function.
|
2003-10-07 17:54:04 -04:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR ares_mkquery (3)
|
2004-03-30 04:06:42 -05:00
|
|
|
.BR ares_expand_string (3)
|
2003-10-07 17:54:04 -04:00
|
|
|
.SH AUTHOR
|
|
|
|
Greg Hudson, MIT Information Systems
|
|
|
|
.br
|
|
|
|
Copyright 2000 by the Massachusetts Institute of Technology.
|