From 2db0df5813e46fe5e077e014003acbd10698b913 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 20 Apr 2005 15:48:27 +0000 Subject: Added module message passing architecture git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structStrHashComp.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index cc045dca5..96baff715 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -55,14 +55,16 @@ Definition at line 146 00148 char a[MAXBUF],b[MAXBUF]; 00149 strlcpy(a,s1.c_str(),MAXBUF); 00150 strlcpy(b,s2.c_str(),MAXBUF); -00151 return (strcasecmp(a,b) == 0); -00152 } +00151 strlower(a); +00152 strlower(b); +00153 return (strcasecmp(a,b) == 0); +00154 }
The documentation for this struct was generated from the following file: -
Generated on Sat Apr 16 18:57:22 2005 for InspIRCd by +
Generated on Wed Apr 20 15:47:11 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.3.1-10-gc9f91