Provided by: libixp-dev_0.6~20121202+hg148-2_amd64
NAME
ixp_unsettimer
SYNOPSIS
#include <ixp.h> int ixp_unsettimer(IxpServer *srv, long id);
PARAMETERS
id The id number of the timer to void.
DESCRIPTION
Voids the timer identified by id.
RETURN VALUE
Returns true if a timer was stopped, false otherwise.
SEE ALSO
ixp_settimer(3), ixp_serverloop(3)