jpayne@68: .\" jpayne@68: .\" Copyright 1998 by the Massachusetts Institute of Technology. jpayne@68: .\" SPDX-License-Identifier: MIT jpayne@68: .\" jpayne@68: .TH ARES_FREEADDRINFO 3 "31 October 2018" jpayne@68: .SH NAME jpayne@68: ares_freeaddrinfo \- Free addrinfo structure allocated by ares functions jpayne@68: .SH SYNOPSIS jpayne@68: .nf jpayne@68: #include jpayne@68: jpayne@68: void ares_freeaddrinfo(struct ares_addrinfo *\fIai\fP) jpayne@68: .fi jpayne@68: .SH DESCRIPTION jpayne@68: The jpayne@68: .B ares_freeaddrinfo jpayne@68: function frees a jpayne@68: .B struct ares_addrinfo jpayne@68: returned in \fIresult\fP of jpayne@68: .B ares_addrinfo_callback jpayne@68: .SH SEE ALSO jpayne@68: .BR ares_getaddrinfo (3),