.TH "IXP_UNSETTIMER" 3 "2012 Dec" "libixp Manual" .SH NAME .P ixp_unsettimer .SH SYNOPSIS .nf #include int ixp_unsettimer(IxpServer *srv, long id); .fi .SH PARAMETERS .TP id The id number of the timer to void. .SH DESCRIPTION .P Voids the timer identified by \fIid\fR. .SH RETURN VALUE .P Returns true if a timer was stopped, false otherwise. .SH SEE ALSO .P ixp_settimer(3), ixp_serverloop(3) .\" man code generated by txt2tags 2.6 (http://txt2tags.org) .\" cmdline: txt2tags -o- ixp_unsettimer.man3