diff options
Diffstat (limited to 'docs/module-doc/structStrHashComp.html')
-rw-r--r-- | docs/module-doc/structStrHashComp.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/module-doc/structStrHashComp.html b/docs/module-doc/structStrHashComp.html index 44358220e..b7ed816cd 100644 --- a/docs/module-doc/structStrHashComp.html +++ b/docs/module-doc/structStrHashComp.html @@ -49,20 +49,20 @@ <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00137">137</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#l00144">144</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> -<div class="fragment"><pre>00138 { -00139 <span class="keywordtype">char</span> a[MAXBUF],b[MAXBUF]; -00140 strlcpy(a,s1.c_str(),MAXBUF); -00141 strlcpy(b,s2.c_str(),MAXBUF); -00142 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0); -00143 } +<div class="fragment"><pre>00145 { +00146 <span class="keywordtype">char</span> a[MAXBUF],b[MAXBUF]; +00147 strlcpy(a,s1.c_str(),MAXBUF); +00148 strlcpy(b,s2.c_str(),MAXBUF); +00149 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0); +00150 } </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 Fri Mar 25 03:49:34 2005 for InspIRCd by +<hr size="1"><address style="align: right;"><small>Generated on Mon Mar 28 21:09:37 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> |