ixp_freestat.3 (540B)
1 .TH "IXP_FREESTAT" 3 "2010 Jun" "libixp Manual" 2 3 .SH NAME 4 .P 5 ixp_freestat, ixp_freefcall 6 7 .SH SYNOPSIS 8 .nf 9 #include <ixp.h> 10 11 void ixp_freestat(IxpStat *s); 12 13 void ixp_freefcall(IxpFcall *fcall); 14 .fi 15 16 .SH DESCRIPTION 17 .P 18 These functions free malloc(3) allocated data in the members 19 of the passed structures and set those members to nil. They 20 do not free the structures themselves. 21 22 .SH SEE ALSO 23 .P 24 IxpFcall(3), IxpStat(3) 25 26 27 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net) 28 .\" cmdline: txt2tags -o- ixp_freestat.man3 29