summaryrefslogtreecommitdiff
path: root/docs/man/man3/WhoWasUser.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/WhoWasUser.3')
-rw-r--r--docs/man/man3/WhoWasUser.383
1 files changed, 0 insertions, 83 deletions
diff --git a/docs/man/man3/WhoWasUser.3 b/docs/man/man3/WhoWasUser.3
deleted file mode 100644
index fb447c6eb..000000000
--- a/docs/man/man3/WhoWasUser.3
+++ /dev/null
@@ -1,83 +0,0 @@
-.TH "WhoWasUser" 3 "19 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 336 of file users.h.
-.SH "Member Data Documentation"
-.PP
-.SS "char \fBWhoWasUser::dhost\fP[160]"
-.PP
-Definition at line 341 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "char \fBWhoWasUser::fullname\fP[MAXGECOS+1]"
-.PP
-Definition at line 343 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "char \fBWhoWasUser::host\fP[160]"
-.PP
-Definition at line 342 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "char \fBWhoWasUser::ident\fP[IDENTMAX+1]"
-.PP
-Definition at line 340 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "char \fBWhoWasUser::nick\fP[NICKMAX]"
-.PP
-Definition at line 339 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "char \fBWhoWasUser::server\fP[256]"
-.PP
-Definition at line 344 of file users.h.
-.PP
-Referenced by AddWhoWas().
-.SS "time_t \fBWhoWasUser::signon\fP"
-.PP
-Definition at line 345 of file users.h.
-.PP
-Referenced by AddWhoWas().
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for InspIRCd from the source code.