From a266dadd1351d10b56ec187c7b6f7af75350ed68 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 02:26:05 +0000 Subject: Documented new recvq and sendq stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 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 591148d1c..fa19cfc59 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -49,22 +49,22 @@
-Definition at line 147 of file modules.cpp. +Definition at line 156 of file modules.cpp.
-
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 }
+00157 {
+00158 char a[MAXBUF],b[MAXBUF];
+00159 strlcpy(a,s1.c_str(),MAXBUF);
+00160 strlcpy(b,s2.c_str(),MAXBUF);
+00161 strlower(a);
+00162 strlower(b);
+00163 return (strcasecmp(a,b) == 0);
+00164 }
The documentation for this struct was generated from the following file:
-
1.3.3
--
cgit v1.3.1-10-gc9f91