.TH "IXP_FREESTAT" 3 "2012 Dec" "libixp Manual" .SH NAME .P ixp_freestat, ixp_freefcall .SH SYNOPSIS .nf #include void ixp_freestat(IxpStat *s); void ixp_freefcall(IxpFcall *fcall); .fi .SH DESCRIPTION .P These functions free malloc(3) allocated data in the members of the passed structures and set those members to nil. They do not free the structures themselves. .SH SEE ALSO .P IxpFcall(3), IxpStat(3) .\" man code generated by txt2tags 2.6 (http://txt2tags.org) .\" cmdline: txt2tags -o- ixp_freestat.man3