diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 02:26:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-12 02:26:05 +0000 |
commit | a266dadd1351d10b56ec187c7b6f7af75350ed68 (patch) | |
tree | 0729c41ca0f1719c69277dc862d4704d63d6248f /docs/module-doc/structInAddr__HashComp.html | |
parent | c42a4ace0281ee6a89f6df2af3b15563ffe98064 (diff) |
Documented new recvq and sendq stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/structInAddr__HashComp.html')
-rw-r--r-- | docs/module-doc/structInAddr__HashComp.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/module-doc/structInAddr__HashComp.html b/docs/module-doc/structInAddr__HashComp.html index f78624ccb..88b933b91 100644 --- a/docs/module-doc/structInAddr__HashComp.html +++ b/docs/module-doc/structInAddr__HashComp.html @@ -49,23 +49,23 @@ <p> <p> -Definition at line <a class="el" href="modules_8cpp-source.html#l00162">162</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#l00171">171</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. <p> -<div class="fragment"><pre>00163 { -00164 size_t q; -00165 size_t p; -00166 -00167 memcpy(&q,&s1,<span class="keyword">sizeof</span>(size_t)); -00168 memcpy(&p,&s2,<span class="keyword">sizeof</span>(size_t)); -00169 -00170 <span class="keywordflow">return</span> (q == p); -00171 } +<div class="fragment"><pre>00172 { +00173 size_t q; +00174 size_t p; +00175 +00176 memcpy(&q,&s1,<span class="keyword">sizeof</span>(size_t)); +00177 memcpy(&p,&s2,<span class="keyword">sizeof</span>(size_t)); +00178 +00179 <span class="keywordflow">return</span> (q == p); +00180 } </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 Sat May 7 15:34:25 2005 for InspIRCd by +<hr size="1"><address style="align: right;"><small>Generated on Thu May 12 02:25:21 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> |