From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/ctables_8h-source.html | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'docs/module-doc/ctables_8h-source.html') diff --git a/docs/module-doc/ctables_8h-source.html b/docs/module-doc/ctables_8h-source.html index 75bc84e4d..58c4c7747 100644 --- a/docs/module-doc/ctables_8h-source.html +++ b/docs/module-doc/ctables_8h-source.html @@ -1,16 +1,15 @@ -ctables.h Source File +InspIRCd: ctables.h Source File - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

ctables.h

Go to the documentation of this file.
00001 /*       +------------------------------------+
+
+
+

ctables.h

Go to the documentation of this file.
00001 /*       +------------------------------------+
 00002  *       | Inspire Internet Relay Chat Daemon |
 00003  *       +------------------------------------+
 00004  *
-00005  *  Inspire is copyright (C) 2002-2003 ChatSpike-Dev.
+00005  *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
 00006  *                       E-mail:
 00007  *                <brain@chatspike.net>
 00008  *                <Craig@chatspike.net>
@@ -21,29 +20,30 @@
 00013  *
 00014  * ---------------------------------------------------
 00015  */
-00016 #ifndef __CTABLES_H__
-00017 #define __CTABLES_H__
-00018 
-00019 #include "inspircd_config.h"
-00020 #include "inspircd.h"
-00021 #include "base.h"
-00022 
-00025 class command_t : public Extensible
-00026 {
-00027  public:
-00030         char command[MAXBUF];
-00033         handlerfunc *handler_function; 
-00036         char flags_needed;
-00039         int min_params;
-00042         long use_count;
-00045         long total_bytes;
-00046 };
-00047 
-00048 #endif
-00049 
-

Generated on Sun May 2 00:09:18 2004 for InspIRCd by +00016 +00017 #ifndef __CTABLES_H__ +00018 #define __CTABLES_H__ +00019 +00020 #include "inspircd_config.h" +00021 #include "inspircd.h" +00022 #include "base.h" +00023 +00026 class command_t : public Extensible +00027 { +00028 public: +00031 char command[MAXBUF]; +00034 handlerfunc *handler_function; +00037 char flags_needed; +00040 int min_params; +00043 long use_count; +00046 long total_bytes; +00047 }; +00048 +00049 #endif +00050 +

Generated on Fri Mar 25 03:49:27 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3 -- cgit v1.2.3