Ixp_unsettimer
#include <ixp.h> int ixp_unsettimer(IxpServer *srv, long id);
id
The id number of the timer to void.
Voids the timer identified by id.
Returns true if a timer was stopped, false otherwise.
ixp_settimer(3), ixp_serverloop(3)