From bc0d192a35489b8f5c42aa381ab2b120957ef770 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 May 2005 15:35:21 +0000 Subject: Added final documentation for inspircd Beta 4 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structInAddr__HashComp.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/module-doc/structInAddr__HashComp.html') diff --git a/docs/module-doc/structInAddr__HashComp.html b/docs/module-doc/structInAddr__HashComp.html index b45ca83c3..f78624ccb 100644 --- a/docs/module-doc/structInAddr__HashComp.html +++ b/docs/module-doc/structInAddr__HashComp.html @@ -49,23 +49,23 @@

-Definition at line 161 of file modules.cpp. +Definition at line 162 of file modules.cpp.

-

00162         {
-00163                 size_t q;
-00164                 size_t p;
-00165                 
-00166                 memcpy(&q,&s1,sizeof(size_t));
-00167                 memcpy(&p,&s2,sizeof(size_t));
-00168                 
-00169                 return (q == p);
-00170         }
+
00163         {
+00164                 size_t q;
+00165                 size_t p;
+00166                 
+00167                 memcpy(&q,&s1,sizeof(size_t));
+00168                 memcpy(&p,&s2,sizeof(size_t));
+00169                 
+00170                 return (q == p);
+00171         }
 

The documentation for this struct was generated from the following file: -
Generated on Tue Apr 26 17:11:48 2005 for InspIRCd by +
Generated on Sat May 7 15:34:25 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3