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/structStrHashComp.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 1ea550cd7..591148d1c 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -49,22 +49,22 @@

-Definition at line 146 of file modules.cpp. +Definition at line 147 of file modules.cpp.

-

00147         {
-00148                 char a[MAXBUF],b[MAXBUF];
-00149                 strlcpy(a,s1.c_str(),MAXBUF);
-00150                 strlcpy(b,s2.c_str(),MAXBUF);
-00151                 strlower(a);
-00152                 strlower(b);
-00153                 return (strcasecmp(a,b) == 0);
-00154         }
+
00148         {
+00149                 char a[MAXBUF],b[MAXBUF];
+00150                 strlcpy(a,s1.c_str(),MAXBUF);
+00151                 strlcpy(b,s2.c_str(),MAXBUF);
+00152                 strlower(a);
+00153                 strlower(b);
+00154                 return (strcasecmp(a,b) == 0);
+00155         }
 

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