From f326e475e311bf0fa211ccd052ba38d8235efa12 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 1 Apr 2005 17:07:42 +0000 Subject: Updated documentation (html) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@937 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 70da6e105..cd9714be9 100644 --- a/docs/module-doc/structInAddr__HashComp.html +++ b/docs/module-doc/structInAddr__HashComp.html @@ -49,23 +49,23 @@

-Definition at line 150 of file modules.cpp. +Definition at line 157 of file modules.cpp.

-

00151         {
-00152                 size_t q;
-00153                 size_t p;
-00154                 
-00155                 memcpy(&q,&s1,sizeof(size_t));
-00156                 memcpy(&p,&s2,sizeof(size_t));
-00157                 
-00158                 return (q == p);
-00159         }
+
00158         {
+00159                 size_t q;
+00160                 size_t p;
+00161                 
+00162                 memcpy(&q,&s1,sizeof(size_t));
+00163                 memcpy(&p,&s2,sizeof(size_t));
+00164                 
+00165                 return (q == p);
+00166         }
 

The documentation for this struct was generated from the following file: -
Generated on Fri Mar 25 03:49:32 2005 for InspIRCd by +
Generated on Mon Mar 28 21:09:32 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3