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.

RELATED TO ixp_unsettimer…