From 52899de0ff2d62ca0542b243c41626010bf62083 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Mar 2005 03:51:56 +0000 Subject: Documentation update git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/structStrHashComp.html | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/module-doc/structStrHashComp.html') diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 3f68dc4d6..44358220e 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -1,33 +1,33 @@ -StrHashComp struct Reference +InspIRCd: StrHashComp struct Reference - -
-Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

StrHashComp Struct Reference

List of all members. + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+

StrHashComp Struct Reference

List of all members.
- + +

Public Member Functions

bool operator() (const string &s1, const string &s2) const
bool operator() (const string &s1, const string &s2) const

Member Function Documentation

- +
-
+ - + - + @@ -49,22 +49,22 @@

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

-

00123         {
-00124                 char a[MAXBUF],b[MAXBUF];
-00125                 strcpy(a,s1.c_str());
-00126                 strcpy(b,s2.c_str());
-00127                 return (strcasecmp(a,b) == 0);
-00128         }
+
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         }
 
bool StrHashComp::operator() const string &   s1, s1,
const string &   s2 s2

The documentation for this struct was generated from the following file: -
Generated on Sun May 2 00:09:44 2004 for InspIRCd by +
Generated on Fri Mar 25 03:49:34 2005 for InspIRCd by -doxygen1.3-rc3
+doxygen +1.3.3
-- cgit v1.3.1-10-gc9f91