summaryrefslogtreecommitdiff
path: root/docs/man/man3/servers.h.3
blob: 13cf4637171d709815eeef9e5ee686e9edc847d2 (plain)
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
42
43
44
45
46
.TH "servers.h" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
servers.h \- 
.SH SYNOPSIS
.br
.PP
\fC#include 'inspircd_config.h'\fP
.br
\fC#include 'connection.h'\fP
.br
\fC#include <string>\fP
.br
\fC#include <map>\fP
.br

.SS "Compounds"

.in +1c
.ti -1c
.RI "class \fBserverrec\fP"
.br
.RI "\fIA class that defines the local server or a remote server. \fP"
.in -1c
.SS "Defines"

.in +1c
.ti -1c
.RI "#define \fBLINK_ACTIVE\fP   1"
.br
.ti -1c
.RI "#define \fBLINK_INACTIVE\fP   0"
.br
.in -1c
.SH "Define Documentation"
.PP 
.SS "#define LINK_ACTIVE   1"
.PP
Definition at line 25 of file servers.h.
.SS "#define LINK_INACTIVE   0"
.PP
Definition at line 26 of file servers.h.
.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.