1ARES_DESTROY_OPTIONS(3) Library Functions Manual ARES_DESTROY_OPTIONS(3)
2
3
4
6 ares_destroy_options - Destroy options initialized with
7 ares_save_options
8
10 #include <ares.h>
11
12 void ares_destroy_options(struct ares_options *options)
13
15 The ares_destroy_options(3) function destroys the options struct iden‐
16 tified by Ioptions, freeing all memory allocated by
17 ares_save_options(3).
18
20 ares_save_options(3), ares_init_options(3)
21
23 Brad House
24 Copyright 1998 by the Massachusetts Institute of Technology.
25
26
27
28 1 June 2007 ARES_DESTROY_OPTIONS(3)