summaryrefslogtreecommitdiff
path: root/docs/man/man3/WhoWasUser.3
blob: 49e8e61ea6171c9a32d142d54f66cb86f71e2d0d (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH "WhoWasUser" 3 "12 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
WhoWasUser \- A lightweight userrec used by WHOWAS.  

.PP
.SH SYNOPSIS
.br
.PP
\fC#include <users.h>\fP
.PP
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "char \fBnick\fP [NICKMAX]"
.br
.ti -1c
.RI "char \fBident\fP [IDENTMAX+1]"
.br
.ti -1c
.RI "char \fBdhost\fP [160]"
.br
.ti -1c
.RI "char \fBhost\fP [160]"
.br
.ti -1c
.RI "char \fBfullname\fP [MAXGECOS+1]"
.br
.ti -1c
.RI "char \fBserver\fP [256]"
.br
.ti -1c
.RI "time_t \fBsignon\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
A lightweight userrec used by WHOWAS. 
.PP
Definition at line 332 of file users.h.
.SH "Member Data Documentation"
.PP 
.SS "char \fBWhoWasUser::dhost\fP[160]"
.PP
Definition at line 337 of file users.h.
.SS "char \fBWhoWasUser::fullname\fP[MAXGECOS+1]"
.PP
Definition at line 339 of file users.h.
.SS "char \fBWhoWasUser::host\fP[160]"
.PP
Definition at line 338 of file users.h.
.SS "char \fBWhoWasUser::ident\fP[IDENTMAX+1]"
.PP
Definition at line 336 of file users.h.
.SS "char \fBWhoWasUser::nick\fP[NICKMAX]"
.PP
Definition at line 335 of file users.h.
.SS "char \fBWhoWasUser::server\fP[256]"
.PP
Definition at line 340 of file users.h.
.SS "time_t \fBWhoWasUser::signon\fP"
.PP
Definition at line 341 of file users.h.

.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.