table of contents
other versions
- bullseye 0.6~20121202+hg148-5
IXP_UNSETTIMER(3) | Library Functions Manual | IXP_UNSETTIMER(3) |
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¶
2012 Dec | libixp Manual |