From 4d5a17380bc71cabe544b41c7c8a26a292384f3d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 17:05:15 +0000 Subject: Added docs for hashcomp git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/users_8h-source.html | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'docs/module-doc/users_8h-source.html') diff --git a/docs/module-doc/users_8h-source.html b/docs/module-doc/users_8h-source.html index a07350688..b42643395 100644 --- a/docs/module-doc/users_8h-source.html +++ b/docs/module-doc/users_8h-source.html @@ -4,7 +4,7 @@ -
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

users.h

Go to the documentation of this file.
00001 /*       +------------------------------------+
 00002  *       | Inspire Internet Relay Chat Daemon |
 00003  *       +------------------------------------+
@@ -165,22 +165,23 @@
 00302 
 00309         void FlushWriteBuf();
 00310 
-00311 };
-00312 
-00315 class WhoWasUser
-00316 {
-00317  public:
-00318         char nick[NICKMAX];
-00319         char ident[16];
-00320         char dhost[160];
-00321         char host[160];
-00322         char fullname[128];
-00323         char server[256];
-00324         time_t signon;
-00325 };
-00326 
-00327 #endif
-

Generated on Fri May 13 15:48:42 2005 for InspIRCd by +00313 InvitedList* GetInviteList(); +00314 }; +00315 +00318 class WhoWasUser +00319 { +00320 public: +00321 char nick[NICKMAX]; +00322 char ident[16]; +00323 char dhost[160]; +00324 char host[160]; +00325 char fullname[128]; +00326 char server[256]; +00327 time_t signon; +00328 }; +00329 +00330 #endif +
Generated on Sun May 15 17:02:06 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3