ares_destroy_options - Destroy options initialized with ares_save_options
Contents
Description
The ares_destroy_options(3) function destroys the options struct identified by Ioptions,freeingallmemoryallocatedbyares_save_options(3).
Name
ares_destroy_options - Destroy options initialized with ares_save_options
See Also
ares_save_options(3), ares_init_options(3)
1 June 2007 ARES_DESTROY_OPTIONS(3)
Synopsis
#include <ares.h>
void ares_destroy_options(struct ares_options *options)
