]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/WhoWasUser.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / WhoWasUser.3
1 .TH "WhoWasUser" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 WhoWasUser \- A lightweight userrec used by WHOWAS.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <users.h>\fP
12 .PP
13 .SS "Public Attributes"
14
15 .in +1c
16 .ti -1c
17 .RI "char \fBnick\fP [NICKMAX]"
18 .br
19 .ti -1c
20 .RI "char \fBident\fP [16]"
21 .br
22 .ti -1c
23 .RI "char \fBdhost\fP [160]"
24 .br
25 .ti -1c
26 .RI "char \fBhost\fP [160]"
27 .br
28 .ti -1c
29 .RI "char \fBfullname\fP [128]"
30 .br
31 .ti -1c
32 .RI "char \fBserver\fP [256]"
33 .br
34 .ti -1c
35 .RI "time_t \fBsignon\fP"
36 .br
37 .in -1c
38 .SH "Detailed Description"
39 .PP 
40 A lightweight userrec used by WHOWAS. Definition at line 315 of file users.h.
41 .SH "Member Data Documentation"
42 .PP 
43 .SS "char \fBWhoWasUser::dhost\fP[160]"
44 .PP
45 Definition at line 320 of file users.h.
46 .SS "char \fBWhoWasUser::fullname\fP[128]"
47 .PP
48 Definition at line 322 of file users.h.
49 .SS "char \fBWhoWasUser::host\fP[160]"
50 .PP
51 Definition at line 321 of file users.h.
52 .SS "char \fBWhoWasUser::ident\fP[16]"
53 .PP
54 Definition at line 319 of file users.h.
55 .SS "char \fBWhoWasUser::nick\fP[NICKMAX]"
56 .PP
57 Definition at line 318 of file users.h.
58 .SS "char \fBWhoWasUser::server\fP[256]"
59 .PP
60 Definition at line 323 of file users.h.
61 .SS "time_t \fBWhoWasUser::signon\fP"
62 .PP
63 Definition at line 324 of file users.h.
64
65 .SH "Author"
66 .PP 
67 Generated automatically by Doxygen for InspIRCd from the source code.