mirror of https://github.com/c-ares/c-ares.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
661 B
24 lines
661 B
.\" |
|
.\" Copyright 1998 by the Massachusetts Institute of Technology. |
|
.\" SPDX-License-Identifier: MIT |
|
.\" |
|
.TH ARES_DESTROY_OPTIONS 3 "1 June 2007" |
|
.SH NAME |
|
ares_destroy_options \- Destroy options initialized with ares_save_options |
|
.SH SYNOPSIS |
|
.nf |
|
#include <ares.h> |
|
|
|
void ares_destroy_options(struct ares_options *\fIoptions\fP) |
|
.fi |
|
.SH DESCRIPTION |
|
The \fBares_destroy_options(3)\fP function destroys the options struct |
|
identified by \Ioptions\fP, freeing all memory allocated by |
|
\fBares_save_options(3)\fP. |
|
.SH SEE ALSO |
|
.BR ares_save_options (3), |
|
.BR ares_init_options (3) |
|
.SH AUTHOR |
|
Brad House |
|
.br |
|
Copyright 1998 by the Massachusetts Institute of Technology.
|
|
|