logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ares_destroy_options - Destroy options initialized with ares_save_options

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)

See Also