]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/module-doc/structStrHashComp.html
Added docs for new smaller memory footprint classes
[user/henk/code/inspircd.git] / docs / module-doc / structStrHashComp.html
index 34affe75e1375a9083a43a469d1bd95b39a68294..8f6db6891fb7081d448a4ed7797d2a58b79c96c9 100644 (file)
 <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#l00156">156</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                 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0);
-00152         }
+<div class="fragment"><pre>00157         {
+00158                 <span class="keywordtype">char</span> 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                 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0);
+00164         }
 </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 Wed Apr 13 13:07:09 2005 for InspIRCd by
+<hr size="1"><address style="align: right;"><small>Generated on Thu May 12 22:59:06 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>