diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 23:06:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 23:06:51 +0000 |
commit | 88dd74fc84b574f17673338c6d42123570f464da (patch) | |
tree | c8d310f7e39c6f5fa69d62d8363d9e410c7d95b9 /docs/man/man3/WhoWasUser.3 | |
parent | 9c70fbb7c7c532baf0e02e144e93d259b13913dd (diff) |
Added docs for new smaller memory footprint classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/WhoWasUser.3')
-rw-r--r-- | docs/man/man3/WhoWasUser.3 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/man/man3/WhoWasUser.3 b/docs/man/man3/WhoWasUser.3 new file mode 100644 index 000000000..2092f5e4d --- /dev/null +++ b/docs/man/man3/WhoWasUser.3 @@ -0,0 +1,67 @@ +.TH "WhoWasUser" 3 "12 May 2005" "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 [16]" +.br +.ti -1c +.RI "char \fBdhost\fP [160]" +.br +.ti -1c +.RI "char \fBhost\fP [160]" +.br +.ti -1c +.RI "char \fBfullname\fP [128]" +.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. Definition at line 315 of file users.h. +.SH "Member Data Documentation" +.PP +.SS "char \fBWhoWasUser::dhost\fP[160]" +.PP +Definition at line 320 of file users.h. +.SS "char \fBWhoWasUser::fullname\fP[128]" +.PP +Definition at line 322 of file users.h. +.SS "char \fBWhoWasUser::host\fP[160]" +.PP +Definition at line 321 of file users.h. +.SS "char \fBWhoWasUser::ident\fP[16]" +.PP +Definition at line 319 of file users.h. +.SS "char \fBWhoWasUser::nick\fP[NICKMAX]" +.PP +Definition at line 318 of file users.h. +.SS "char \fBWhoWasUser::server\fP[256]" +.PP +Definition at line 323 of file users.h. +.SS "time_t \fBWhoWasUser::signon\fP" +.PP +Definition at line 324 of file users.h. + +.SH "Author" +.PP +Generated automatically by Doxygen for InspIRCd from the source code. |