ares_freeaddrinfo.3 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .\"
  2. .\" Copyright 1998 by the Massachusetts Institute of Technology.
  3. .\"
  4. .\" Permission to use, copy, modify, and distribute this
  5. .\" software and its documentation for any purpose and without
  6. .\" fee is hereby granted, provided that the above copyright
  7. .\" notice appear in all copies and that both that copyright
  8. .\" notice and this permission notice appear in supporting
  9. .\" documentation, and that the name of M.I.T. not be used in
  10. .\" advertising or publicity pertaining to distribution of the
  11. .\" software without specific, written prior permission.
  12. .\" M.I.T. makes no representations about the suitability of
  13. .\" this software for any purpose. It is provided "as is"
  14. .\" without express or implied warranty.
  15. .\"
  16. .TH ARES_FREEADDRINFO 3 "31 October 2018"
  17. .SH NAME
  18. ares_freeaddrinfo \- Free addrinfo structure allocated by ares functions
  19. .SH SYNOPSIS
  20. .nf
  21. #include <ares.h>
  22. void ares_freeaddrinfo(struct ares_addrinfo *\fIai\fP)
  23. .fi
  24. .SH DESCRIPTION
  25. The
  26. .B ares_freeaddrinfo
  27. function frees a
  28. .B struct ares_addrinfo
  29. returned in \fIresult\fP of
  30. .B ares_addrinfo_callback
  31. .SH SEE ALSO
  32. .BR ares_getaddrinfo (3),
  33. .SH AUTHOR
  34. Christian Ammer
  35. .BR
  36. Andrew Selivanov <andrew.selivanov@gmail.com>