File: ixp_unsettimer.3

package info (click to toggle)
libixp 0.6~20121202%2Bhg148-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 988 kB
  • sloc: ansic: 4,908; sh: 142; perl: 121; makefile: 111
file content (41 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH "IXP_UNSETTIMER" 3 "2012 Dec" "libixp Manual"


.SH NAME

.P
ixp_unsettimer

.SH SYNOPSIS

.nf
#include <ixp.h>

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