diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-07 15:35:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-07 15:35:21 +0000 |
commit | bc0d192a35489b8f5c42aa381ab2b120957ef770 (patch) | |
tree | 1fcf2c7fed56053eb6e74cbb6b842578aaade904 /docs/module-doc/structStrHashComp.html | |
parent | 6ff5265391d028cd779cf9e85288e90ea766a6b6 (diff) |
Added final documentation for inspircd Beta 4
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/structStrHashComp.html')
-rw-r--r-- | docs/module-doc/structStrHashComp.html | 20 |
1 files changed, 10 insertions, 10 deletions
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 @@ <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00146">146</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. +Definition at line <a class="el" href="modules_8cpp-source.html#l00147">147</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> -<div class="fragment"><pre>00147 { -00148 <span class="keywordtype">char</span> 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 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0); -00154 } +<div class="fragment"><pre>00148 { +00149 <span class="keywordtype">char</span> 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 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0); +00155 } </pre></div> </td> </tr> </table> <hr>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul> -<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 26 17:11:51 2005 for InspIRCd by +<hr size="1"><address style="align: right;"><small>Generated on Sat May 7 15:34:28 2005 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.3 </small></address> |