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/structStrHashComp.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 44358220e..b7ed816cd 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -49,20 +49,20 @@

-Definition at line 137 of file modules.cpp. +Definition at line 144 of file modules.cpp.

-

00138         {
-00139                 char a[MAXBUF],b[MAXBUF];
-00140                 strlcpy(a,s1.c_str(),MAXBUF);
-00141                 strlcpy(b,s2.c_str(),MAXBUF);
-00142                 return (strcasecmp(a,b) == 0);
-00143         }
+
00145         {
+00146                 char a[MAXBUF],b[MAXBUF];
+00147                 strlcpy(a,s1.c_str(),MAXBUF);
+00148                 strlcpy(b,s2.c_str(),MAXBUF);
+00149                 return (strcasecmp(a,b) == 0);
+00150         }
 

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