]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - libares/ares_free_string.3
need automake as a build-dep, even though we don't use most of it
[1ts-debian.git] / libares / ares_free_string.3
1 .\" $Id: ares_free_string.3,v 1.1 2000/01/05 16:29:43 ghudson Exp $
2 .\"
3 .\" Copyright 2000 by the Massachusetts Institute of Technology.
4 .\"
5 .\" Permission to use, copy, modify, and distribute this
6 .\" software and its documentation for any purpose and without
7 .\" fee is hereby granted, provided that the above copyright
8 .\" notice appear in all copies and that both that copyright
9 .\" notice and this permission notice appear in supporting
10 .\" documentation, and that the name of M.I.T. not be used in
11 .\" advertising or publicity pertaining to distribution of the
12 .\" software without specific, written prior permission.
13 .\" M.I.T. makes no representations about the suitability of
14 .\" this software for any purpose.  It is provided "as is"
15 .\" without express or implied warranty.
16 .\"
17 .TH ARES_FREE_STRING 3 "4 January 2000"
18 .SH NAME
19 ares_free_string \- Free strings allocated by ares functions
20 .SH SYNOPSIS
21 .nf
22 .B #include <ares.h>
23 .PP
24 .B void ares_free_string(char *\fIstr\fP)
25 .fi
26 .SH DESCRIPTION
27 The
28 .I ares_free_string
29 function frees a string allocated by the
30 .I ares_mkquery
31 function.
32 .SH SEE ALSO
33 .BR ares_mkquery (3)
34 .SH AUTHOR
35 Greg Hudson, MIT Information Systems
36 .br
37 Copyright 2000 by the Massachusetts Institute of Technology.