ares_destroy_options.3 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .\" $Id$
  2. .\"
  3. .\" Copyright 1998 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_DESTROY_OPTIONS 3 "1 June 2007"
  18. .SH NAME
  19. ares_destroy_options \- Destroy options initialized with ares_save_options
  20. .SH SYNOPSIS
  21. .nf
  22. .B #include <ares.h>
  23. .PP
  24. .B void ares_destroy_options(struct ares_options *\fIoptions\fP)
  25. .fi
  26. .SH DESCRIPTION
  27. The
  28. .B ares_destroy_options
  29. function destroys the options struct identified by
  30. .IR options ,
  31. freeing all memory allocated by ares_save_options.
  32. .SH SEE ALSO
  33. .BR ares_save_options (3),
  34. .BR ares_init_options (3)
  35. .SH AUTHOR
  36. Brad House
  37. .br
  38. Copyright 1998 by the Massachusetts Institute of Technology.