diff options
Diffstat (limited to 'docs/man/man3/servers.h.3')
-rw-r--r-- | docs/man/man3/servers.h.3 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/man/man3/servers.h.3 b/docs/man/man3/servers.h.3 new file mode 100644 index 000000000..db6deb563 --- /dev/null +++ b/docs/man/man3/servers.h.3 @@ -0,0 +1,46 @@ +.TH "servers.h" 3 "2 May 2004" "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 14 of file servers.h. +.SS "#define LINK_INACTIVE 0" +.PP +Definition at line 15 of file servers.h. +.SH "Author" +.PP +Generated automatically by Doxygen for InspIRCd from the source code. |